refactor: remove user metadata console errors

This commit is contained in:
enes 2024-12-26 16:40:40 +01:00
parent 037b81c49e
commit 4bf9787660
2 changed files with 2 additions and 2 deletions

View File

@ -252,7 +252,7 @@ export const NDKContextProvider = ({ children }: { children: ReactNode }) => {
})
.catch((err) => {
log(
true,
false, // Too many failed requests, turned off for clarity
LogType.Error,
`An error occurred in fetching user's (${hexKey}) ${userRelaysType}`,
err

View File

@ -39,7 +39,7 @@ export const useComments = (
})
.catch((err) => {
log(
true,
false, // Too many failed requests, turned off for clarity
LogType.Error,
`An error occurred in fetching user's (${author}) ${UserRelaysType.Read}`,
err