Skip to content

Commit

Permalink
Remove unnecessary line in init-user-controller
Browse files Browse the repository at this point in the history
This commit eliminates an extra line in the 'init-user-controller' file. The change helps to keep the code neat and maintain the cleanliness and readability of the codebase.
  • Loading branch information
ludeknovy committed Apr 19, 2024
1 parent 742f0d6 commit 43861ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/controllers/auth/init-user-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ export const initUserController = async (req: Request, res: Response, next: Next
}
return next(error)
}

}

0 comments on commit 43861ea

Please sign in to comment.