Skip to content

Commit

Permalink
fixed miscopy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bossett committed Dec 18, 2024
1 parent 5fa7dee commit b17a6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/getProfileLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function getProfileLabel(
operations.remove.push('threads')
}

if (pds && new URL(pds).hostname === 'atproto.brid.gy') {
if (pds && new URL(pds).hostname === 'eclipse.pub') {
operations.create.push('nostr')
}

Expand Down

0 comments on commit b17a6f3

Please sign in to comment.