Skip to content

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferlund committed Dec 15, 2023
1 parent 314d786 commit 1805d9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/discord-bot/src/utils/settingsUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const getSetting = async (
headers: host ? { host: host } : {},
})
.then((res) => {
logger.debug(res.data);
return res.data[0].valueRealized
? res.data[0].valueRealized
: getDefaultSetting(key);
Expand Down

0 comments on commit 1805d9b

Please sign in to comment.