Skip to content

Commit

Permalink
chore: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Jun 17, 2024
1 parent b5258f9 commit 3304b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/components/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export function resendVerificationEmail(requestType) {

export function uploadFile(requestType) {
return async function uploadFileHandler(req, res) {
try{
try {
const accessToken = getAccessToken(req);
if(!accessToken) {
return res.status(HttpStatus.UNAUTHORIZED).json({
Expand Down

0 comments on commit 3304b32

Please sign in to comment.