We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 493f468 commit d643c36Copy full SHA for d643c36
packages/service-utils/src/cf-worker/usageV2.ts
@@ -5,7 +5,7 @@ import type { UsageV2Event } from "src/core/usageV2.js";
5
* This method may throw. To call this non-blocking:
6
*
7
* ```ts
8
- * sendUsageV2Events("production", events).catch(console.error)
+ * void sendUsageV2Events("production", events).catch(console.error)
9
* ```
10
11
* @param environment - The environment the service is running in.
0 commit comments