fix(pushnotification): 알림 목록 조회 페이지 인덱스를 보정한다

This commit is contained in:
2026-03-12 18:59:15 +09:00
parent c0c5d6efc1
commit 3287421614
2 changed files with 9 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ class UserRepository(private val userApi: UserApi) {
token: String
): Single<ApiResponse<GetPushNotificationListResponse>> {
return userApi.getPushNotificationList(
page = page,
page = page - 1,
size = size,
category = category,
authHeader = token