mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-24 22:06:38 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -2,7 +2,10 @@ import { sendToClient } from "#dynamic/routers/ws";
|
||||
import { db, olms } from "@server/db";
|
||||
import { eq } from "drizzle-orm";
|
||||
|
||||
export async function sendTerminateClient(clientId: number, olmId?: string | null) {
|
||||
export async function sendTerminateClient(
|
||||
clientId: number,
|
||||
olmId?: string | null
|
||||
) {
|
||||
if (!olmId) {
|
||||
const [olm] = await db
|
||||
.select()
|
||||
|
||||
Reference in New Issue
Block a user