mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 05:55:12 +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) {
|
||||
let thisConfig = config as any;
|
||||
|
|
Loading…
Reference in a new issue