@resolveio/server-lib 4.4.11 → 4.4.12

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.
@@ -407,7 +407,7 @@ var SubscriptionManager = /** @class */ (function () {
407
407
  else if (collection === 'queue-responses') {
408
408
  _this._mainServer.getQueueManager().runMethodResponse();
409
409
  }
410
- else if (collection === 'support-tickets') {
410
+ else if (collection === 'support-tickets' && _this.serverConfig['ROOT_URL'] !== 'http://localhost:4200') {
411
411
  _this._mainServer.getMethodManager().callMethodInternal('sendSupportTicketEmail', doc.o._id);
412
412
  }
413
413
  if (!collection.endsWith('.versions') && !collection.startsWith('system.')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "4.4.11",
3
+ "version": "4.4.12",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {