Consistency fixes again
This commit is contained in:
@@ -36,7 +36,7 @@ function exitBecauseInvalid (
|
||||
)
|
||||
}
|
||||
|
||||
export async function handler (context: Context) {
|
||||
export const handler = async (context: Context) => {
|
||||
const dbInfo0 = getDatabaseConnection(0)
|
||||
const dbInfo1 = getDatabaseConnection(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user