mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-12 06:07:18 +00:00
9 lines
220 B
TypeScript
9 lines
220 B
TypeScript
import { MessageHandler } from "@server/routers/ws";
|
|
|
|
export async function flushRequestLogToDb(): Promise<void> {
|
|
return;
|
|
}
|
|
|
|
export const handleRequestLogMessage: MessageHandler = async (context) => {
|
|
return;
|
|
}; |