Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyPoi committed Aug 22, 2023
1 parent b49eeac commit ccd5c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/rpc/modules/portal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ export class portal {
this.logger.extend('historyRecursiveFindContent')(`request returned ${JSON.stringify(res)}`)
if (!res) {
this.logger.extend('historyRecursiveFindContent')(`request returned { enrs: [] }`)
return { content: '0x', utp: false }
return { content: '0x', utpTransfer: false }
}
if ('enrs' in res) {
this.logger.extend('historyRecursiveFindContent')(
Expand Down

0 comments on commit ccd5c2f

Please sign in to comment.