Skip to content

Commit

Permalink
decaporg#407 Add some basic doc comment to the code introduced in bac…
Browse files Browse the repository at this point in the history
…kend.js
  • Loading branch information
Luis Correia committed May 12, 2017
1 parent bfe4dcf commit ea8745d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/backend.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Backend {
entries: entries.map(this.entryWithFormat(collection)),
}
))
// If this collection has a "filter" property, filter entries accordingly
.then(loadedCollection => (
{
entries: loadedCollection.entries.filter(
Expand Down

0 comments on commit ea8745d

Please sign in to comment.