不要怂,就是干,撸起袖子干!

Commit d7fb7501 by Victor Pontis

add break statement

1 parent 57dfc730
Showing with 1 additions and 1 deletions
...@@ -269,7 +269,7 @@ module.exports = (function() { ...@@ -269,7 +269,7 @@ module.exports = (function() {
message: 'Could not further parse error message.' message: 'Could not further parse error message.'
}); });
} }
break;
default: default:
return new sequelizeErrors.DatabaseError(err); return new sequelizeErrors.DatabaseError(err);
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!