Fix trailing comma
This commit is contained in:
parent
e3d6798db9
commit
d5d519abd9
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"shop=sports",
|
||||
"shop=sports"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
|
|
Loading…
Reference in a new issue