Skip to content

Commit 2907ff8

Browse files
Update lib/src/api/magazine_moderation.dart
Co-authored-by: jwr1 <47087725+jwr1@users.noreply.github.com>
1 parent 0a794ef commit 2907ff8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/api/magazine_moderation.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class APIMagazineModeration {
2626

2727
final body = {
2828
'community_id': magazineId,
29-
'page': (page == null) ? 1 : page,
29+
'page': page ?? 1,
3030
};
3131

3232
final response = await client.get(path, body: body);

0 commit comments

Comments
 (0)