Skip to content

Commit

Permalink
๐Ÿ“ Chore(#155): ํ…Œ์ŠคํŠธ ์œ„ํ•œ ์ดˆ๊ธฐ๊ฐ’ ๋ณต๊ตฌ
Browse files Browse the repository at this point in the history
  • Loading branch information
JIY00N2 authored and sscoderati committed Nov 12, 2023
1 parent f448f1c commit 4970dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stores/newUserInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ interface NewUserInfoStateType {
const useNewUserInfoStore = create(
persist<NewUserInfoStateType>(
(set) => ({
accountId: 1,
accountId: 0,
nickname: "",
positionId: -1,
stackIds: [],
Expand Down

0 comments on commit 4970dde

Please sign in to comment.