File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ export default {
216216 }
217217
218218 // IDK but sounds important.
219- await dispatch ( 'resolveConflicts' , lastSuccessfulUpdate ) ;
219+ await dispatch ( 'resolveConflicts' , params ) ;
220220 } ,
221221
222222 async enableModsOnActiveProfile (
@@ -270,7 +270,7 @@ export default {
270270 }
271271 }
272272
273- await dispatch ( 'resolveConflicts' , lastSuccessfulUpdate ) ;
273+ await dispatch ( 'resolveConflicts' , params ) ;
274274 } ,
275275
276276 async loadLastSelectedProfile ( { commit, rootGetters} ) : Promise < string > {
@@ -390,7 +390,7 @@ export default {
390390 }
391391 }
392392
393- await dispatch ( 'resolveConflicts' , lastSuccessfulUpdate ) ;
393+ await dispatch ( 'resolveConflicts' , params ) ;
394394 } ,
395395
396396 async updateActiveProfile ( { commit, rootGetters} , profileName : string ) {
You can’t perform that action at this time.
0 commit comments