refactor: remove user metadata console errors
This commit is contained in:
parent
037b81c49e
commit
4bf9787660
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user