Skip to content

Commit d1ad9b3

Browse files
committed
updated eslint
1 parent ff9dfd2 commit d1ad9b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

suncityla/app/api/auth/route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export async function POST(req: Request){
2626
});
2727

2828
// return the admin without the password
29+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
2930
const {password: adminPassword,...adminWithoutPassword} = admin;
3031
return NextResponse.json({admin: adminWithoutPassword,message: "Admin created successfully"},{status:201});
3132

0 commit comments

Comments
 (0)