Add Object.freeze on private enums
Improve code readability
This commit is contained in:
@ -124,4 +124,4 @@ ConnectToPersistentSubscriptionOperation.prototype.notifyEventsFailed = function
|
||||
this._enqueueSend(pkg);
|
||||
};
|
||||
|
||||
module.exports = ConnectToPersistentSubscriptionOperation;
|
||||
module.exports = ConnectToPersistentSubscriptionOperation;
|
Reference in New Issue
Block a user