fix: working on code smells
continuous-integration/drone/push Build is failing Details

WORK-RHA
Rémi REGNAULT 1 year ago
parent 8c399384c3
commit 3254de4433

@ -79,7 +79,7 @@ export class RecipeGateway {
client.release()
for(var key in res.rows) {
for(let key in res.rows) {
const recipe = await this.getById(Number(res.rows[key].idrecipe))
if (recipe != null) {
recipes.push(recipe)

Loading…
Cancel
Save