Skip to content

Commit

Permalink
Merge pull request #52 from MaeumGaGym/feature/#34-auth
Browse files Browse the repository at this point in the history
test
  • Loading branch information
wjknnn authored Mar 11, 2024
2 parents a97ca38 + 007c0e5 commit 972928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/main/src/utils/cookie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export const setCookie = (name: string, value: string) => {
document.cookie = `${name}=${value}`
}

export const cleanCookie = (name: string) => {
export const cleanCookie = () => {
document.cookie = ''
}

0 comments on commit 972928d

Please sign in to comment.