1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

nicer type for alwaysStrings, thanks Marie

This commit is contained in:
dakkar
2024-05-30 11:29:31 +01:00
parent aa7271469e
commit 38d98e5048

View File

@@ -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;