fixes-12-26 #178

Merged
enes merged 6 commits from fixes-12-26 into staging 2024-12-27 10:22:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4bf9787660 - Show all commits

View File

@ -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

View File

@ -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