Identação de codigo

adriano 2023-06-05 08:47:05 -03:00
parent f00220ff37
commit bec2d612b3
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ export const update = async (
req: Request,
res: Response
): Promise<Response> => {
const token: string = req.cookies.jrt;
const token: string = req.cookies.jrt;
if (!token) {
throw new AppError("ERR_SESSION_EXPIRED", 401);
}