Skip to content

Commit

Permalink
all files
Browse files Browse the repository at this point in the history
  • Loading branch information
sdagg9 committed Jul 9, 2024
1 parent 3515ca9 commit a2b2c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions src/services/admin/admin-schema.ts

This file was deleted.

4 changes: 2 additions & 2 deletions src/services/checkin/checkin-router.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Router } from "express";
import { StatusCodes } from "http-status-codes";
import { ScanValidator } from "../admin/admin-schema";
import { ScanValidator } from "./checkin-schema";
import { Database } from "../../database";
import RoleChecker from "../../middleware/role-checker";
import { Role } from "../auth/auth-models";
Expand Down Expand Up @@ -40,4 +40,4 @@ adminRouter.post(
}
);

export default adminRouter;
export default adminRouter;

0 comments on commit a2b2c12

Please sign in to comment.