Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomura committed Feb 12, 2025
1 parent 15e0e07 commit ae14950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/ipc/fromUI/startWork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export type StartWorkAction =
| ReducerAction<StartWorkActionType.ClosePage, {}>
| ReducerAction<StartWorkActionType.StartRequest, StartRequestAction>
| ReducerAction<StartWorkActionType.OpenSettings, OpenSettingsAction>
| ReducerAction<StartWorkActionType.OpenSettings, OpenSettingsAction>
| ReducerAction<StartWorkActionType.GetImage, GetImageAction>
| CommonAction;

Expand Down

0 comments on commit ae14950

Please sign in to comment.