Skip to content

Commit

Permalink
Update define-command.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RamIdeas authored Sep 12, 2024
1 parent 06c9b8d commit 1abc6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/core/define-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export function defineCommand(
): DefineCommandResult<BaseNamedArgDefinitions> {
COMMAND_DEFINITIONS.push(definition as unknown as CommandDefinition);

// @ts-ignore return type is used for type inference only
// @ts-expect-error return type is used for type inference only
return {};
}

Expand Down

0 comments on commit 1abc6b0

Please sign in to comment.