Skip to content

Commit

Permalink
#30 - Trying to fix build in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascvas committed Sep 5, 2018
1 parent b4b338d commit c41ff1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main/utils/PromiseUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class PromiseUtils {
})
.catch(error => {
return Promise.resolve(finallyFn())
.then(() => resolve(reject(error)));
.then(() => reject(error));
});
});
}
Expand Down

0 comments on commit c41ff1f

Please sign in to comment.