Skip to content

Commit 5ea9d8e

Browse files
authored
remove stray await (#7453)
1 parent 9ede45b commit 5ea9d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wrangler/src/versions/upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const versionsUploadCommand = createCommand({
287287
handler: async function versionsUploadHandler(args) {
288288
const config = getConfig(args, {}, args.script);
289289
const entry = await getEntry(args, config, "versions upload");
290-
await metrics.sendMetricsEvent(
290+
metrics.sendMetricsEvent(
291291
"upload worker version",
292292
{
293293
usesTypeScript: /\.tsx?$/.test(entry.file),

0 commit comments

Comments
 (0)