зеркало из https://github.com/mozilla/galaxy-api.git
Коммит
5ccac0bfd1
|
@ -6,7 +6,7 @@ local count = redis.call("ZCARD", key)
|
|||
local curPosition = redis.call("ZSCORE", key, member)
|
||||
|
||||
-- if no position is given
|
||||
if (score == nil) then
|
||||
if ((score + 1) == 0) then
|
||||
if (curPosition ~= false) then
|
||||
return 0
|
||||
else
|
||||
|
|
|
@ -97,7 +97,7 @@ module.exports = function(server) {
|
|||
return done();
|
||||
}
|
||||
|
||||
var rank = DATA.rank || null;
|
||||
var rank = DATA.rank || -1;
|
||||
|
||||
var genres = DATA.genres;
|
||||
if (!genres) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче