Commit 884a8b23 authored by IamI's avatar IamI

Fix

parent 05cbc331
...@@ -64,7 +64,7 @@ let setUserLimit = function(data) { ...@@ -64,7 +64,7 @@ let setUserLimit = function(data) {
if (Array.isArray(config.match.atheleticPtGate)) if (Array.isArray(config.match.atheleticPtGate))
data.limit = config.match.atheleticPtGate[0]; data.limit = config.match.atheleticPtGate[0];
else if (Number.isInteger(config.match.atheleticPtGate)) else if (Number.isInteger(config.match.atheleticPtGate))
data.limit = config.match.atheleticPtGatmatche; data.limit = config.match.atheleticPtGate;
else else
data.limit = 500; data.limit = 500;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment