From 2e62c0f3f6f4cb19ba8e53c420cb9df82ad5a2a6 Mon Sep 17 00:00:00 2001 From: spekulaas Date: Fri, 7 Jan 2022 17:52:52 +0100 Subject: [PATCH] storage cards > data --- AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts b/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts index c6131ba..6936085 100644 --- a/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts +++ b/AuthentesApp/src/app/valuesSorting/valuesSorting.page.ts @@ -185,7 +185,7 @@ export class ValuesSortingPage { // go to rearrange page if(this.game.cardset.length <= 5){ - await this.game.saveGameStorage("Values", "Align", "cards", this.game.cardset); + await this.game.saveGameStorage("Values", "Align", this.game.cardset); await this.alertService.presentAlert("Done!","You've selected 5 cards, continue to the next page."); this.router.navigateByUrl(`/valuesAlign`); }