-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
It seems that in the code that generates our JSON API for the jobs can end up without a "," for the last job in the feed, or has an extra "," if the last job in our for loop is expired. One way to fix this seems to be always adding the "," for each job in the for loop. It partially seems like this was the expectation as the last element in our generated JSON is an empty object, i.e. "{}".
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working