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) => {
|
.catch((err) => {
|
||||||
log(
|
log(
|
||||||
true,
|
false, // Too many failed requests, turned off for clarity
|
||||||
LogType.Error,
|
LogType.Error,
|
||||||
`An error occurred in fetching user's (${hexKey}) ${userRelaysType}`,
|
`An error occurred in fetching user's (${hexKey}) ${userRelaysType}`,
|
||||||
err
|
err
|
||||||
|
@ -39,7 +39,7 @@ export const useComments = (
|
|||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
log(
|
log(
|
||||||
true,
|
false, // Too many failed requests, turned off for clarity
|
||||||
LogType.Error,
|
LogType.Error,
|
||||||
`An error occurred in fetching user's (${author}) ${UserRelaysType.Read}`,
|
`An error occurred in fetching user's (${author}) ${UserRelaysType.Read}`,
|
||||||
err
|
err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user