fix import

This commit is contained in:
andres
2023-06-15 23:12:08 +02:00
parent 7c2b13ccb4
commit 9b7fb8a240

View File

@@ -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 {