Skip to content

Commit

Permalink
feat: #289 - pageNumber에 default 값 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Feb 1, 2024
1 parent 663688d commit 467800d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/user/profile/favorites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { apiClient } from '@/services/apiServices'
import { SearchSpaceReqBody } from '@/types'

const fetchGetMyFavoriteSpaces = async ({
pageNumber,
pageNumber = 0,
pageSize,
keyWord,
filter,
Expand Down

0 comments on commit 467800d

Please sign in to comment.