Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-24 23:05:03 +00:00
parent 7701011bc7
commit 74f7a69991
6 changed files with 13 additions and 9 deletions

View file

@ -20,8 +20,9 @@ function randomHex(bytes: number): string {
.join("");
}
// deno-lint-ignore no-explicit-any
async function getDecryptedSecret(
admin: ReturnType<typeof createClient>,
admin: any,
secretId: string,
): Promise<string | null> {
const { data, error } = await admin