Skip to content

Commit

Permalink
Merge branch 'ORT-2_add-KakaoLoginButton' of https://github.com/major…
Browse files Browse the repository at this point in the history
…ity-elite/ort-frontend into ORT-2_add-KakaoLoginButton
  • Loading branch information
crew852 committed Aug 30, 2024
2 parents 505907d + e0c2842 commit ed6b270
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/utils/random.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { v4 as uuidv4 } from 'uuid';

//이용자의 uuid를 받아옵니다.
export const getUUID = () => {
const getUserUUID = (): string => uuidv4();
return getUserUUID;
};
const getUUID = () => uuidv4();

export default getUUID;

0 comments on commit ed6b270

Please sign in to comment.