Skip to content

Commit

Permalink
Remove duplicate types
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Mar 17, 2022
1 parent d7be4a5 commit 07948b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/store/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export const mutations: MutationTree<State> = {
state,
payload: {
key: keyof Service
value: boolean | string | ServiceInfo | ServiceState | string | string[]
value: boolean | string | ServiceInfo | ServiceState | string[]
serviceId: string
}
) {
Expand Down
2 changes: 1 addition & 1 deletion src/store/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const mutations: MutationTree<State> = {
state,
payload: {
key: keyof Workflow
value: AttachedFile[] | boolean | string | string | string[]
value: AttachedFile[] | boolean | string | string[]
workflowId: string
}
) {
Expand Down

0 comments on commit 07948b1

Please sign in to comment.