Skip to content

Commit

Permalink
Fix: fix period
Browse files Browse the repository at this point in the history
  • Loading branch information
thxx132 committed Feb 11, 2025
1 parent f92adfe commit e373c39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/loadenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export const eventConfig = (process.env.EVENT_CONFIG &&
mode: "2025spring",
credit: { name: "넙죽코인", initialAmount: 0 },
period: {
startAt: "2024-09-03T00:00:00+09:00",
endAt: "2024-09-24T00:00:00+09:00",
startAt: "2025-02-19T00:00:00+09:00",
endAt: "2024-03-13T00:00:00+09:00",
},
};
export const naverMap = {
Expand Down

0 comments on commit e373c39

Please sign in to comment.