Skip to content

Commit d643c36

Browse files
committed
comment
1 parent 493f468 commit d643c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-utils/src/cf-worker/usageV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { UsageV2Event } from "src/core/usageV2.js";
55
* This method may throw. To call this non-blocking:
66
*
77
* ```ts
8-
* sendUsageV2Events("production", events).catch(console.error)
8+
* void sendUsageV2Events("production", events).catch(console.error)
99
* ```
1010
*
1111
* @param environment - The environment the service is running in.

0 commit comments

Comments
 (0)