Skip to content

Commit

Permalink
Fix tsc build error for express-unless
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzRabbs authored and ItzRabbs committed May 28, 2022
1 parent 7c1fb33 commit e1fe1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
@@ -1,6 +1,6 @@
import * as jwt from 'jsonwebtoken';
import * as express from 'express';
import expressUnless from 'express-unless';
import * as expressUnless from 'express-unless';
import { UnauthorizedError } from './errors/UnauthorizedError';

/**
Expand Down

0 comments on commit e1fe1d2

Please sign in to comment.