gitter-realtime-client
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -99,6 +99,6 @@ "use strict"; | ||
this._seqStarted = true; | ||
return; | ||
return callback(message); | ||
} | ||
if (!this._seqStarted) return; | ||
if (!this._seqStarted) return callback(message); | ||
@@ -105,0 +105,0 @@ var current = this._seq; |
{ | ||
"name": "gitter-realtime-client", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Gitter Realtime Client", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53057