From 005ae2c9fb0f7399fe2105b812e350ba3977f41e Mon Sep 17 00:00:00 2001 From: Michael C Date: Sun, 25 Sep 2022 02:04:51 -0400 Subject: [PATCH] add ignores for impossible cases --- src/routes/getIsUserVIP.ts | 2 +- src/routes/getUserStats.ts | 4 ++-- src/routes/getViewsForUser.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/routes/getIsUserVIP.ts b/src/routes/getIsUserVIP.ts index 09f4347..c8d048d 100644 --- a/src/routes/getIsUserVIP.ts +++ b/src/routes/getIsUserVIP.ts @@ -21,7 +21,7 @@ export async function getIsUserVIP(req: Request, res: Response): Promise