unprint 0.13.2 → 0.13.3
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 +1 -1
- package/src/app.js +0 -2
package/package.json
CHANGED
package/src/app.js
CHANGED
|
@@ -803,7 +803,6 @@ function initQueryFns(fns, context) {
|
|
|
803
803
|
events.emit('query', {
|
|
804
804
|
key,
|
|
805
805
|
args,
|
|
806
|
-
origin: context.options.origin,
|
|
807
806
|
});
|
|
808
807
|
|
|
809
808
|
return fn(...args);
|
|
@@ -816,7 +815,6 @@ function initQueryFns(fns, context) {
|
|
|
816
815
|
events.emit('query', {
|
|
817
816
|
key,
|
|
818
817
|
args,
|
|
819
|
-
origin: context.options.origin,
|
|
820
818
|
});
|
|
821
819
|
|
|
822
820
|
return fn({
|