Consistency fixes again

This commit is contained in:
2026-02-08 01:26:43 -07:00
parent bfe2eae7b2
commit 69b27a4317
31 changed files with 31 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ const requiredKeys = [
'currentIcons'
]
export async function handler (context: Context) {
export const handler = async (context: Context) => {
const dbInfo0 = getDatabaseConnection(0)
const dbInfo1 = getDatabaseConnection(1)