Skip to content

Commit

Permalink
Fixed this goddamn parsing > aromi, Wake The Fuck Up CGI Finland, you…
Browse files Browse the repository at this point in the history
… have a JSON API to make!
  • Loading branch information
developerfromjokela committed Apr 5, 2021
1 parent 92deb62 commit b416f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/parsers/aromiv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export function parse(content: any, callback: (content: Day[]|undefined, diets:
let tmpItems: Meal[] = [];
let tmpContent = '';
items.forEach(key => {

let item = rows[key];
if (item.length > 0) {
let firstEntry = item[0];
Expand Down

0 comments on commit b416f35

Please sign in to comment.