Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

fix: history polling next/transactions remaining pending #3992

Merged
merged 7 commits into from
Jun 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add return type
iamacook committed Jun 22, 2022
commit b4a0cbd288cd1945f529e5550dc3b3a167243b41
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ export const _getTxHistory = async (
safeAddress: string,
filter?: FilterForm | Partial<FilterForm>,
next?: string,
) => {
): Promise<TransactionListPage> => {
let txListPage: TransactionListPage = {
next: undefined,
previous: undefined,