@globalfishingwatch/api-client
Advanced tools
Comparing version 0.0.20-dataviews6 to 0.0.20-dataviews7
@@ -173,3 +173,3 @@ "use strict"; | ||
if (loadDatasetsForIds.length) { | ||
var datasetsUrl = "datasets?ids=" + loadDatasetsForIds.join(','); | ||
var datasetsUrl = "/datasets?ids=" + loadDatasetsForIds.join(','); | ||
var fetchdatasets = this._fetch(datasetsUrl) | ||
@@ -176,0 +176,0 @@ .then(function (response) { return response.json(); }) |
{ | ||
"name": "@globalfishingwatch/api-client", | ||
"version": "0.0.20-dataviews6", | ||
"version": "0.0.20-dataviews7", | ||
"description": "js library to help with the login/logout and resources fetch of the GFW API", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
679604