We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb9a6d commit 8e0c787Copy full SHA for 8e0c787
tests/unit/secret.testdata.ts
@@ -9,6 +9,7 @@ const secretObject = {
9
acm_passkit_signerCert_base64: "",
10
acm_passkit_signerKey_base64: "",
11
apple_signing_cert_base64: "",
12
+ redis_url: "",
13
} as SecretConfig & { jwt_key: string };
14
15
const secretJson = JSON.stringify(secretObject);
0 commit comments