Skip to content

Commit

Permalink
fix(#212): export 변경 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tnpfldyd committed Dec 11, 2023
1 parent 2cece3c commit b31c583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nestjs-BE/server/src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { CreateUserDto } from 'src/users/dto/create-user.dto';
import customEnv from 'src/config/env';
const { BASE_IMAGE_URL } = customEnv;

interface TokenData {
export interface TokenData {
uuid?: string;
token: string;
expiry_date: Date;
Expand Down

0 comments on commit b31c583

Please sign in to comment.