From a4ac9716d3e6143f0f5bae52ed47b43cec091567 Mon Sep 17 00:00:00 2001 From: benjaminjohnson2204 Date: Tue, 29 Oct 2024 21:30:46 -0700 Subject: [PATCH] Example commit - fails lint check --- backend/src/errors/auth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/errors/auth.ts b/backend/src/errors/auth.ts index aac8794..256ec19 100644 --- a/backend/src/errors/auth.ts +++ b/backend/src/errors/auth.ts @@ -18,3 +18,5 @@ export class AuthError extends CustomError { static NOT_STAFF_OR_ADMIN = new AuthError(4, 403, NOT_STAFF_OR_ADMIN); static NOT_ADMIN = new AuthError(5, 403, NOT_ADMIN); } + +let intentionallyFailLintCheck;