fix dast
This commit is contained in:
@@ -97,7 +97,7 @@ export async function postEvent(
|
|||||||
ua,
|
ua,
|
||||||
});
|
});
|
||||||
|
|
||||||
const isServerEvent = isUserAgentSet(ua);
|
const isServerEvent = !isUserAgentSet(ua);
|
||||||
|
|
||||||
if (isServerEvent) {
|
if (isServerEvent) {
|
||||||
const [event] = await withTiming(
|
const [event] = await withTiming(
|
||||||
|
|||||||
Reference in New Issue
Block a user