mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-03-14 09:53:51 +00:00
forgot "?"
This commit is contained in:
parent
6b433f3928
commit
fcb78ab487
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
|||
api = {
|
||||
token = jsonData.api.token;
|
||||
enableSwagger = (
|
||||
if (jsonData ? "api" && jsonData.api "enableSwagger")
|
||||
if (jsonData ? "api" && jsonData.api ? "enableSwagger")
|
||||
then jsonData.api.enableSwagger
|
||||
else false
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue