Skip to content

Commit

Permalink
defined express for index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SatapasT committed Jul 8, 2024
1 parent cea189e commit a1c509f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/auth/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import passport from "passport"
import { Express } from "express"

import SequelizeUser from "@server/database/tables/user"
import { NullError } from "@server/common/errors"
Expand Down

0 comments on commit a1c509f

Please sign in to comment.