Skip to content

Commit

Permalink
fix: upsert pins location ipfs_peer_id property name (#1126)
Browse files Browse the repository at this point in the history
Fixes typo.
  • Loading branch information
Alan Shaw authored Mar 18, 2022
1 parent dd2957a commit cf46d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ export class DBClient {
location: {
peer_id: pin.location.peerId,
peer_name: pin.location.peerName,
ipf_peer_id: pin.location.ipfsPeerId,
ipfs_peer_id: pin.location.ipfsPeerId,
region: pin.location.region
}
}
Expand Down

0 comments on commit cf46d1d

Please sign in to comment.