backend: Hotfiix next not defined weatherRequest
This commit is contained in:
parent
a605b781f4
commit
ccfa35d24e
@ -20,7 +20,7 @@ const queue = new Queue({
|
|||||||
});
|
});
|
||||||
|
|
||||||
/* OUTPUTS */
|
/* OUTPUTS */
|
||||||
exports.weatherRequestOutput = async (res, argsObject) => {
|
exports.weatherRequestOutput = async ({ res, next }, argsObject) => {
|
||||||
let { cityName } = argsObject;
|
let { cityName } = argsObject;
|
||||||
|
|
||||||
// S'il n'y a pas les champs obligatoire
|
// S'il n'y a pas les champs obligatoire
|
||||||
|
Reference in New Issue
Block a user