Fix Silly Linting Error

This commit is contained in:
Catalan Lover
2025-01-17 23:11:43 +01:00
parent 87daf9e1bf
commit f7d9a8a4c3
+1 -1
View File
@@ -302,7 +302,7 @@ function getConfigMeta(): NonNullable<IConfig["configMeta"]> {
isPasswordPathOptionUsed: isCommandLineOptionPresent(
process.argv,
"--pantalaimon-password-path"
) ?? isCommandLineOptionPresent(
) || isCommandLineOptionPresent(
process.argv,
"--password-path"
),