Skip to content

Commit

Permalink
refactor : param -> params 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper200207 committed Jan 18, 2024
1 parent 47fbe5c commit 0a77ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/attendanceApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const attendanceKeys = {
memberId,
year,
],
todayAttendanceRank: (param: PageAndSize) => [...attendanceKeys.base, 'todayRank', param] as const,
todayAttendanceRank: (params: PageAndSize) => [...attendanceKeys.base, 'todayRank', params] as const,
continuousAttendanceRank: () => [...attendanceKeys.base, 'continuousRank'] as const,
};

Expand Down

0 comments on commit 0a77ef8

Please sign in to comment.