Skip to content

Commit

Permalink
Fixed a small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anttus committed Oct 11, 2018
1 parent 3b887a0 commit f9cdd3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/dist/dbController.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ function addList(userId, listName) {
console.log("list " + listName + " added");
}
}).then(function() {
setUserLists(userId);
let promise = Promise.resolve(setUserLists(userId));
promise.then(data => {
console.log("list " + listName + " added");
Expand Down

0 comments on commit f9cdd3e

Please sign in to comment.