@vangbanlanhat/fca-unofficial 1.4.4 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -782,9 +782,9 @@ module.exports = function (defaultFuncs, api, ctx) {
|
|
|
782
782
|
msgEmitter.emit("message", message);
|
|
783
783
|
});
|
|
784
784
|
|
|
785
|
-
globalCallback = function (error, message) {
|
|
786
|
-
|
|
787
|
-
};
|
|
785
|
+
// globalCallback = function (error, message) {
|
|
786
|
+
// return rawCallback(error, message);
|
|
787
|
+
// };
|
|
788
788
|
|
|
789
789
|
//Reset some stuff
|
|
790
790
|
if (!ctx.firstListen) ctx.lastSeqId = null;
|