Skip to content

Commit

Permalink
Fixing build (removed unused import)
Browse files Browse the repository at this point in the history
  • Loading branch information
villepynttari committed Jun 18, 2024
1 parent d46f49d commit fd0e036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/authMiddleware.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import express from 'express';
import unless, { Params } from 'express-unless';
import unless from 'express-unless';
import { getOAuthClient } from './utils/oAuthClient';
import * as responses from './utils/responses';
import { readToken, updateToken } from './controllers/auth/token';
Expand Down

0 comments on commit fd0e036

Please sign in to comment.