mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00: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