mirror of
https://github.com/ershisan99/flashcards-api.git
synced 2025-12-16 20:59:26 +00:00
fix import
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { CommandHandler, ICommandHandler } from '@nestjs/cqrs'
|
||||
import { AuthRepository } from '../infrastructure/auth.repository'
|
||||
import jwt from 'jsonwebtoken'
|
||||
import * as jwt from 'jsonwebtoken'
|
||||
import { addDays } from 'date-fns'
|
||||
|
||||
export class RefreshTokenCommand {
|
||||
|
||||
Reference in New Issue
Block a user