fix: Fixed jwt imports

This commit is contained in:
2023-06-05 14:55:35 +02:00
parent 12e92b8106
commit 11a59d39af
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import * as jwt from 'jsonwebtoken'
import jwt from 'jsonwebtoken' //eslint-disable-line
type AccessTokenResponse = {
access_token: string,