Skip to content

Commit

Permalink
fix: remove semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Mar 6, 2024
1 parent b1bc4c2 commit 351a74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/access/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class AccessAdd extends Command {

static args = {
email: Args.string({required: true}),
};
}

public async run(): Promise<void> {
const {flags, args} = await this.parse(AccessAdd)
Expand Down

0 comments on commit 351a74a

Please sign in to comment.