Address lint warnings (#10188)

This commit is contained in:
DS Boyce
2026-04-08 15:54:43 -07:00
committed by GitHub
parent e4b4e48acb
commit d0d00ba9f8
15 changed files with 170 additions and 173 deletions
@@ -52,7 +52,7 @@ export function useUpdateActorDeclaration({
onError: error => {
logger.error(error)
if (currentAccount) {
queryClient.invalidateQueries({
void queryClient.invalidateQueries({
queryKey: PROFILE_RKEY(currentAccount.did),
})
}