@ludens-reklame/profiler-client
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -146,3 +146,3 @@ "use strict"; | ||
if (firstParty.length > 0) { | ||
this.network(profilerURL + '/contacts/' + this.contactRef + '/referrers', { | ||
this.network('contacts/' + this.contactRef + '/referrers', { | ||
url: firstParty | ||
@@ -152,3 +152,3 @@ }, true); | ||
if (thirdParty.length > 0) { | ||
this.network(profilerURL + '/contacts/' + this.contactRef + '/referrers', { | ||
this.network('contacts/' + this.contactRef + '/referrers', { | ||
url: thirdParty | ||
@@ -155,0 +155,0 @@ }, true); |
{ | ||
"name": "@ludens-reklame/profiler-client", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Profiler for all", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
18573