Skip to content

Commit

Permalink
Merge pull request #91 from tradewind886/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany authored Nov 2, 2023
2 parents 4d92c46 + 41c6cdc commit 0ce27c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/profile/[pubkey]/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const load = (async ({ params, setHeaders }) => {
const sub = nostrClient.sub(relays, [
{
kinds: [30023],
authors: nostrClient.pubkeys,
authors: [pubkey],
},
{
kinds: [0],
Expand Down

0 comments on commit 0ce27c9

Please sign in to comment.