Skip to content

Commit

Permalink
rename type to something descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Jun 21, 2024
1 parent 529c9fc commit b4f7301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions app/src/redux/custom-labware/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ export interface AddCustomLabwareFromCreatorAction {
payload: { file: string }
meta: { shell: true }
}
export interface Test {
type: 'labware:ADD_CUSTOM_LABWARE_FILE_BLOB'
payload: { file: any }
meta: { shell: true }
}

export interface DeleteCustomLabwareFileAction {
type: 'labware:DELETE_CUSTOM_LABWARE_FILE'
Expand Down
4 changes: 2 additions & 2 deletions app/src/redux/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import type { ProtocolAnalysisAction } from './protocol-analysis'
import type {
CustomLabwareState,
CustomLabwareAction,
Test,
AddCustomLabwareFromCreatorAction,
} from './custom-labware/types'
import type {
RobotSettingsState,
Expand Down Expand Up @@ -78,7 +78,7 @@ export type Action =
| SessionsAction
| CalibrationAction
| AnalyticsTriggerAction
| Test
| AddCustomLabwareFromCreatorAction

export type GetState = () => State

Expand Down

0 comments on commit b4f7301

Please sign in to comment.