This commit is contained in:
手瓜一十雪
2024-12-30 22:16:09 +08:00
parent bcd90fc744
commit 7660646059

View File

@@ -112,7 +112,7 @@ export class UmamiTraceCore {
res.on('data', (data) => {
});
});
}).on('error', () => {} );
request.write(JSON.stringify({ type, payload }));
request.end();