Skip to content

Commit

Permalink
bugfix: record undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jul 31, 2024
1 parent c70a059 commit a0416cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo/src/lnv3/lnv3.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export class Lnv3Service implements OnModuleInit {
level0Indexer.url,
toChain.chainConfig.id,
transferIds
);
) ?? [];
} catch (err) {
this.logger.warn(
`try to get multi relay status failed, id ${toChain.chainConfig.id}, type ${level0Indexer.indexerType}, transferIds ${transferIds} err ${err}`
Expand Down

0 comments on commit a0416cd

Please sign in to comment.