mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-07 05:26:57 +00:00
nicer type for alwaysStrings
, thanks Marie
This commit is contained in:
parent
aa7271469e
commit
38d98e5048
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ function applyEnvOverrides(config: Source) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const alwaysStrings = { 'chmodSocket': 1 } as any;
|
const alwaysStrings = { 'chmodSocket': true } as { [key: string]: boolean };
|
||||||
|
|
||||||
function _assign(path: (string | number)[], lastStep: string | number, value: string) {
|
function _assign(path: (string | number)[], lastStep: string | number, value: string) {
|
||||||
let thisConfig = config as any;
|
let thisConfig = config as any;
|
||||||
|
|
Loading…
Add table
Reference in a new issue