fix: ✏️ Jwt type import
This commit is contained in:
parent
9f8582c412
commit
17cccc0c9f
@ -1,4 +1,4 @@
|
||||
import Jose, {JWTHeaderParameters, JWTPayload} from "jose";
|
||||
import Jose, {type JWTHeaderParameters, type JWTPayload} from "jose";
|
||||
import {Logger} from "tslog";
|
||||
|
||||
const logger = new Logger({ name: "JwtService" });
|
||||
|
Loading…
x
Reference in New Issue
Block a user