Skip to content

Commit

Permalink
Update src/services/admin/admin-router.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aydan Pirani <[email protected]>
  • Loading branch information
sdagg9 and AydanPirani authored Jun 10, 2024
1 parent f23249b commit b43555f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/admin/admin-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Role } from "../auth/auth-models";
import dotenv from "dotenv";

Check failure on line 6 in src/services/admin/admin-router.ts

View workflow job for this annotation

GitHub Actions / lint

'dotenv' is defined but never used

Check failure on line 6 in src/services/admin/admin-router.ts

View workflow job for this annotation

GitHub Actions / build

'dotenv' is declared but its value is never read.
import { validateQrHash } from "./admin-utils";

dotenv.config();

Check failure on line 9 in src/services/admin/admin-router.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎`
const adminRouter = Router();

Expand Down

0 comments on commit b43555f

Please sign in to comment.