Refactoring

This commit is contained in:
Scott E. Graves
2019-06-07 23:29:47 -05:00
parent 524d4bb06d
commit 05128febd9
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ class App extends IPCContainer {
}
this.sendRequest(Constants.IPC_Save_State, {
PState: state
State: state
});
}
};