Consistency fixes again
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
import { berryDashUserPosts, users } from '../../../../lib/tables'
|
||||
import { and, desc, eq } from 'drizzle-orm'
|
||||
|
||||
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