Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jan 22, 2024
1 parent 71048c7 commit 19e1803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const ExtractJwt = require('passport-jwt').ExtractJwt
const OpenIDClient = require('openid-client')
const Database = require('./Database')
const Logger = require('./Logger')
const e = require('express')

/**
* @class Class for handling all the authentication related functionality.
Expand Down

0 comments on commit 19e1803

Please sign in to comment.