This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { useDb } from '../../../database/client'
|
||||
import { participants } from '../../../database/schema'
|
||||
import { useDb } from '~~/server/database/client'
|
||||
import { participants } from '~~/server/database/schema'
|
||||
|
||||
export default defineEventHandler(async (event) => {
|
||||
const slug = getRouterParam(event, 'slug')!
|
||||
|
||||
Reference in New Issue
Block a user