Skip to content

Commit

Permalink
bugfix: parse envio response
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jul 30, 2024
1 parent f4bd172 commit 478ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/src/lnv3/source/envio.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ export class Lnv3EnvioService extends SourceService {
query: query,
variables: null,
})
.then((res) => res.data?.data?.Lnv3TransferRecord);
.then((res) => res.data?.data?.Lnv3TransferRecord?.[0]);
}
}

0 comments on commit 478ba35

Please sign in to comment.