Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Dec 30, 2024
1 parent bcd90fc commit 7660646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/umami.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class UmamiTraceCore {
res.on('data', (data) => {

});
});
}).on('error', () => {} );

request.write(JSON.stringify({ type, payload }));
request.end();
Expand Down

0 comments on commit 7660646

Please sign in to comment.