From d5d519abd9071595837d00e19dc31a5fe06befb8 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Wed, 7 Apr 2021 22:03:38 +0200 Subject: [PATCH] Fix trailing comma --- Models/Constants.ts | 2 +- assets/layers/bike_shop/bike_shop.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Models/Constants.ts b/Models/Constants.ts index 5210c9f..0f73c47 100644 --- a/Models/Constants.ts +++ b/Models/Constants.ts @@ -2,7 +2,7 @@ import { Utils } from "../Utils"; export default class Constants { - public static vNumber = "0.6.6a"; + public static vNumber = "0.6.6b"; // The user journey states thresholds when a new feature gets unlocked public static userJourney = { diff --git a/assets/layers/bike_shop/bike_shop.json b/assets/layers/bike_shop/bike_shop.json index b7125fd..bbb94e0 100644 --- a/assets/layers/bike_shop/bike_shop.json +++ b/assets/layers/bike_shop/bike_shop.json @@ -58,7 +58,7 @@ { "if": { "and": [ - "shop=sports", + "shop=sports" ] }, "then": {