CSR-514 Cleanup
This commit is contained in:
parent
2a28fea2dd
commit
c79f81a344
1 changed files with 0 additions and 5 deletions
|
|
@ -36,11 +36,6 @@ export async function loadOrderIfPresent() {
|
||||||
update the cookie.
|
update the cookie.
|
||||||
*/
|
*/
|
||||||
export async function saveOrder() {
|
export async function saveOrder() {
|
||||||
store.dispatch(storeActions.RUN_EXPERIMENTS_FOR_TRIGGER, {
|
|
||||||
userId: "test",
|
|
||||||
triggerEvent: "test",
|
|
||||||
triggerValue: "test"
|
|
||||||
})
|
|
||||||
var saveOrderPromise;
|
var saveOrderPromise;
|
||||||
if (store.getters.applicationUser.saveOrderPromise) {
|
if (store.getters.applicationUser.saveOrderPromise) {
|
||||||
// queue newest request after current saveOrderPromise resolves
|
// queue newest request after current saveOrderPromise resolves
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue