Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
replace the old function (config.guildSettings) to the new one: config.guildSettingsByCategory
  • Loading branch information
HeyItsDanny authored Sep 6, 2024
1 parent ae446df commit 013c5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/get/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = {
)
if (!categoryExists) return config.errorPage(req, res, null, 404)

await config.guildSettings(req, res, false, req.params.category)
await config.guildSettingsByCategory(req, res, false, req.params.category)
}
}

0 comments on commit 013c5e2

Please sign in to comment.