Commit 350315b5 authored by 不如归去's avatar 不如归去 Committed by GitHub

Update main.js

parent b5d7f8ab
......@@ -61,7 +61,7 @@ let getUserConfig = function (user, callback) {
let setUserLimit = function(data) {
if (Array.isArray(config.match.atheleticPtGate))
data.limit = config.match.atheleticPtGate[1];
data.limit = config.match.atheleticPtGate[0];
else if (Number.isInteger(config.match.atheleticPtGate))
data.limit = config.match.atheleticPtGatmatche;
else
......
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