Skip to content

Commit

Permalink
fixed illegal break statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thebigpotatoe committed Jun 2, 2021

Verified

This commit was signed with the committer’s verified signature.
rasbt Sebastian Raschka
1 parent eabe82d commit 9c855cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion face-api.js
Original file line number Diff line number Diff line change
@@ -54,7 +54,6 @@ module.exports = function (RED) {
.then((code) => {
RED.log.info("Successfully deleted descriptors for " + req.params.id);
res.status(201).send('OK').end();
break;
})
.catch((err) => {
RED.log.error(err);

0 comments on commit 9c855cf

Please sign in to comment.