Skip to content

Commit

Permalink
workaround for "Lexicon not found error" issue bluesky-social#20 on G…
Browse files Browse the repository at this point in the history
…itHub.
  • Loading branch information
santisbon committed Oct 26, 2024
1 parent 085aaf5 commit 0d1243b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ export const createRouter = (ctx: AppContext) => {
rkey: 'self',
})
const profile =
Profile.isRecord(profileRecord.value) &&
Profile.validateRecord(profileRecord.value).success
Profile.isRecord(profileRecord.value) /* &&
Profile.validateRecord(profileRecord.value).success */
? profileRecord.value
: {}

Expand Down

0 comments on commit 0d1243b

Please sign in to comment.