Skip to content

Commit

Permalink
feat: initialData를 갱신하기 위한 initialDataUpdatedAt 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pakxe committed Dec 17, 2024
1 parent 4efbe3e commit 7cd4fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/hooks/queries/auth/useRequestGetUserInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const useRequestGetUserInfo = () => {
accountNumber: '',
bankName: '',
},
initialDataUpdatedAt: 0,
});

return {
Expand Down

0 comments on commit 7cd4fb5

Please sign in to comment.