fix(deps): update dependency jotai to ^2.9.2 (#933)

* fix(deps): update dependency jotai to ^2.9.2

* fix: lint issue

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-08-08 07:04:17 +02:00
committed by GitHub
parent 44712608b7
commit c2bf6779c0
4 changed files with 27 additions and 27 deletions

View File

@@ -96,7 +96,7 @@ export class AdGuardHomeIntegration extends Integration implements DnsHoleSummar
try {
const result = (await response.json()) as unknown;
if (typeof result === "object" && result !== null) return;
} catch (error) {
} catch {
throw new IntegrationTestConnectionError("invalidJson");
}