Skip to content

Commit

Permalink
Fixed all eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanushNehru committed Oct 5, 2024
1 parent 040a36d commit 11279ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/auth/login.post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import bcrypt from "bcrypt";
import { z } from "zod";
import { SESSION_COOKIE_NAME, SESSION_STORAGE, SESSION_TTL_SECONDS } from "~/utils/sessionStorage";
import prisma from "~/utils/db";
import { STATUS_CODES } from '~/utils/statusCodes';
import { STATUS_CODES } from "~/utils/statusCodes";

const ERROR_MESSAGES = {
VALIDATION_ERROR: "Username and password field is required",
Expand Down

0 comments on commit 11279ba

Please sign in to comment.