Skip to content

Commit

Permalink
remove extra semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
martiendt committed Sep 4, 2017
1 parent a1edf3f commit 5b8e1f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,14 @@ class Store extends BaseStore {

})
.catch(error => reject(error))
})
})
}

serve() {
return (req, res, next) =>
{
next();
}
;
}

getUrl(filename) {
Expand Down

0 comments on commit 5b8e1f0

Please sign in to comment.