Skip to content

Commit f089ed1

Browse files
committed
fix(appsettings): add missing closing brace in Catalog configuration
1 parent 9390b99 commit f089ed1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@
9797
"BonusPerUnit": 0.0001,
9898
"MaxBonus": 0.5
9999
}
100-
},
100+
}
101+
},
101102
"FriendList": {
102103
"UserFriendLimit": 100,
103104
"NormalFriendLimit": 100,

0 commit comments

Comments
 (0)