Skip to content

Commit

Permalink
Merge pull request #241 from tnpfldyd/BE-fix/server-api
Browse files Browse the repository at this point in the history
export 변경 파일 추가
  • Loading branch information
Conut-1 authored Dec 11, 2023
2 parents a0b003b + b31c583 commit 1a59e8b
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 1a59e8b

Please sign in to comment.