@ -2,8 +2,6 @@ import { db } from '$lib/db/index.js'
import { current_stack, stacking_config } from '$lib/db/schema.js'
export const POST = async ({ request }) => {
const body = await request.json()
await db.update(current_stack).set({
stack: 0,
})