Skip to content

Commit

Permalink
Test ESLint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Dec 23, 2023
1 parent 7b198c1 commit c5496c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latest/js/util/worker-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface RunRequest {
workerNumber: number,
code: string,
inputs: string[],
flags: string[],
flags: string[]
}

export interface StartedMessage {
Expand Down

0 comments on commit c5496c5

Please sign in to comment.