mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-30 16:17:41 +01:00
Review comments
This commit is contained in:
parent
d73a9575bd
commit
7901d2c5d5
1 changed files with 1 additions and 1 deletions
|
@ -95,6 +95,6 @@ export function conf(): RuntimeConfig {
|
|||
.map((s) => s.trim())
|
||||
.filter((s) => s.length > 0),
|
||||
)
|
||||
.filter((v) => v.length > 0), // The format is <beforeA>:<afterA>,<beforeB>:<afterB>
|
||||
.filter((v) => v.length === 2), // The format is <beforeA>:<afterA>,<beforeB>:<afterB>
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue