Skip to content

Commit

Permalink
Update src/services/events/events-router.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Aydan Pirani <[email protected]>
  • Loading branch information
riyap and AydanPirani authored Apr 9, 2024
1 parent 24cef55 commit de40d35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/events/events-router.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Router } from "express";
import { Database } from "../../database";
import { StatusCodes } from "http-status-codes";
import { createId } from "@paralleldrive/cuid2";

Check failure on line 3 in src/services/events/events-router.ts

View workflow job for this annotation

GitHub Actions / lint

'createId' is defined but never used
import { Event, EventInfo } from "./events-schema";
Expand Down

0 comments on commit de40d35

Please sign in to comment.