Skip to content

Commit 0bad3d5

Browse files
authored
Update paymentHistory.svelte
1 parent 884c185 commit 0bad3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(console)/organization-[organization]/billing/paymentHistory.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
invoiceList = await sdk.forConsole.billing.listInvoices(page.params.organization, [
4848
Query.orderDesc('$createdAt'),
4949
Query.limit(limit),
50-
Query.offset(offset + 1)
50+
Query.offset(offset)
5151
]);
5252
5353
isLoadingInvoices = false;

0 commit comments

Comments
 (0)