feat: add readarr integration (#1446)

This commit is contained in:
Manuel
2024-11-20 22:23:25 +01:00
committed by GitHub
parent 72eda1f225
commit 563c5d8f3c
5 changed files with 119 additions and 6 deletions

View File

@@ -52,7 +52,6 @@ export const testConnectionAsync = async (
const { secrets: _, ...baseIntegration } = integration;
// @ts-expect-error - For now we expect an error here as not all integrations have been implemented
const integrationInstance = integrationCreator({
...baseIntegration,
decryptedSecrets,