Skip to content

Commit

Permalink
fix: w3 namer uses passed service option
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Sep 8, 2023
1 parent 277086b commit 20e1ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/namers/w3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const publish =
}
await revisions.set(peerId, updated)

await Name.publish(updated, name.key)
await Name.publish(updated, name.key, service)
}

const resolve =
Expand Down

0 comments on commit 20e1ad3

Please # to comment.