Skip to content

Commit

Permalink
hotfix for oom errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jarena3 committed Jun 29, 2022
1 parent a148092 commit 0e92f72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/features/pilot_management/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,13 +246,12 @@ export class PilotManagementStore extends VuexModule {
@Action
public set_pilot_dirty(): void {
this.context.commit(SET_DIRTY)
this.context.commit(SAVE_DATA)
}

@Action
public set_mech_dirty(): void {
console.log('in smd')
this.context.commit(SET_DIRTY)
this.context.commit(SAVE_DATA)
}

@Action
Expand Down

0 comments on commit 0e92f72

Please sign in to comment.