Consistency fixes again
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user