update entity

This commit is contained in:
2024-11-30 15:59:19 +07:00
parent 455b17fb14
commit 9c9602668b
7 changed files with 14 additions and 14 deletions

View File

@ -11,7 +11,7 @@ import dayjs from 'dayjs'
import jwt from 'jsonwebtoken';
import fs from 'fs';
import { v4 as uuidv4 } from 'uuid';
import { EmailBody, User, UserRefreshToken, UserRole } from "Entity";
import { EmailBody, User, UserRefreshToken, UserRole } from "entity";
import axios from 'axios';
import CommonHelper from "../helpers/common";