Skip to content

Commit

Permalink
[Fix #12] Reverted page size to be 50 again.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerghartmann committed Dec 10, 2024
1 parent 22d8c04 commit 486bdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/AlarmApp/AlarmApp/Extensions/AlarmsApi.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extension AlarmsApi {
}
return self.getAlarms(
currentPage: page,
pageSize: 10,
pageSize: 50,
severity: severities,
source: source,
status: statuses,
Expand Down

0 comments on commit 486bdfa

Please sign in to comment.