Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanegigandet committed Jul 18, 2023
1 parent 38897c4 commit bc42c4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ProductOpener/NutritionCiqual.pm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ sub load_ciqual_data() {
# Then, load the extended Ciqual CALNUT table that contains all nutrients but only for some Ciqual categories
# If we have data in CALNUT, it overrides the possibly partial data we may have loaded from the Ciqual table
load_ciqual_calnut_table();

return;
}

# Unit factors used by both functions to load Ciqual and CALNUT tables
Expand Down

0 comments on commit bc42c4a

Please sign in to comment.