fix: create command glitch

This commit is contained in:
hacksalot 2018-02-14 11:23:51 -05:00
parent 8cccd2ffbb
commit ab6e7ee1a0
No known key found for this signature in database
GPG Key ID: 2F343EC247CA4B06
1 changed files with 1 additions and 2 deletions

View File

@ -71,7 +71,6 @@ var _createOne = function( t, opts ) {
const newRez = RezClass.default();
newRez.save(t);
ret = newRez;
return;
} catch (err) {
ret = {
fluenterror: HMSTATUS.createError,