mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 12:56:51 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
7701011bc7
commit
74f7a69991
6 changed files with 13 additions and 9 deletions
|
|
@ -13,8 +13,9 @@ function jsonResponse(body: unknown, status = 200): Response {
|
|||
});
|
||||
}
|
||||
|
||||
// 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue