Skip to content

Commit

Permalink
chore: runs prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajeyakrishna-k committed Jan 27, 2024
1 parent 9457312 commit 726db40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/guildRoleHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export async function getGuildRolesPostHandler(request: IRequest, env: env) {
try {
const { action, dev } = request.query;
//TODO(@Ajeyakrishna-k): remove dev flag https://github.com/Real-Dev-Squad/discord-slash-commands/issues/193
if (dev === 'true') {
if (dev === "true") {
await verifyCronJobsToken(authHeader, env);
} else {
await verifyAuthToken(authHeader, env);
Expand Down

0 comments on commit 726db40

Please sign in to comment.