Skip to content

Commit

Permalink
fix: add guard against empty settings file
Browse files Browse the repository at this point in the history
Related to #1686.
  • Loading branch information
tkurki committed Mar 10, 2024
1 parent 8c8373b commit 8895e6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion settings/n2k-from-file-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@
]
}
],
"interfaces": {}
"interfaces": {},
"security": {
"strategy": "./tokensecurity"
}
}

0 comments on commit 8895e6d

Please sign in to comment.