This commit is contained in:
Nathan Bierema 2022-06-12 21:33:33 -04:00
parent 2155ec7654
commit 8c8b5d5e00

View File

@ -109,7 +109,7 @@ function routes(
id: (r as ReportBaseFields).id,
error: (r as { error: string }).error,
});
scServer.exchange.transmitPublish('report', {
void scServer.exchange.transmitPublish('report', {
type: 'add',
data: r,
});