ConnectionInfo and the db ConnectionRow types are now completely seperate things. Started on audio fetching yay!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { RequestHandler } from '@sveltejs/kit'
|
||||
import { Connections, type ConnectionInfo } from '$lib/server/connections'
|
||||
import { Connections } from '$lib/server/connections'
|
||||
|
||||
export const GET: RequestHandler = async ({ url }) => {
|
||||
const ids = url.searchParams.get('ids')?.replace(/\s/g, '').split(',')
|
||||
|
||||
Reference in New Issue
Block a user