Tweaks
This commit is contained in:
parent
4e2c6d486b
commit
99e7a521ef
3 changed files with 7 additions and 6 deletions
|
|
@ -24,7 +24,7 @@ function initTables(name, owner, callback) {
|
|||
return;
|
||||
}
|
||||
|
||||
rank = Math.max(rank, 4);
|
||||
rank = Math.max(rank, 5);
|
||||
|
||||
module.exports.setRank(name, owner, rank, function (err) {
|
||||
if (err) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue