Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydan Pirani committed Jul 27, 2024
1 parent 7ac2fe5 commit ef8e26d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/puzzlebang/puzzlebang-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ puzzlebangRouter.post(

return res.sendStatus(StatusCodes.OK);
} catch (error) {
next(error)
next(error);
}
}
);
Expand Down

0 comments on commit ef8e26d

Please sign in to comment.