Skip to content

Commit

Permalink
remove stray await (#7453)
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-shen authored Dec 5, 2024
1 parent 9ede45b commit 5ea9d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/versions/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const versionsUploadCommand = createCommand({
handler: async function versionsUploadHandler(args) {
const config = getConfig(args, {}, args.script);
const entry = await getEntry(args, config, "versions upload");
await metrics.sendMetricsEvent(
metrics.sendMetricsEvent(
"upload worker version",
{
usesTypeScript: /\.tsx?$/.test(entry.file),
Expand Down

0 comments on commit 5ea9d8e

Please sign in to comment.