Skip to content

Commit

Permalink
chore: cookieKey 객체로 관리하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ghdtjgus76 committed Aug 29, 2024
1 parent 6349ba0 commit fa5ed33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/client/constants/cookieKey.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const enum cookieKey {
accessToken = "accessToken",
["middleware-executed"] = "middleware-executed",
}
export const cookieKey = {
accessToken: "accessToken",
["middleware-executed"]: "middleware-executed",
};

0 comments on commit fa5ed33

Please sign in to comment.