mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 17:50:25 +00:00
fix params
This commit is contained in:
@@ -36,7 +36,7 @@ Object.keys(methods).forEach(function(method){
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
execMethod.call(this, 'get', methods[method].get[g], fn);
|
execMethod.call(this, 'get', params, methods[method].get[g], fn);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user