Skip to content

Commit

Permalink
Merge pull request #123 from HeyItsDanny/patch-2
Browse files Browse the repository at this point in the history
Update settings.js
  • Loading branch information
iMidnights authored Sep 9, 2024
2 parents b5de462 + 013c5e2 commit e1dfbe1
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 e1dfbe1

Please sign in to comment.