interfacer
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -39,3 +39,3 @@ 'use strict'; | ||
var track = (0, _memoization.constructTrack)(request); | ||
var track = (0, _memoization.constructTrack)((0, _extends3.default)({ endpoint: endpoint }, request)); | ||
var gotTrack = (0, _memoization.getTrack)(track); | ||
@@ -42,0 +42,0 @@ if (gotTrack && gotTrack.promise) return gotTrack.promise; |
{ | ||
"name": "interfacer", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Module for working with REST API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -27,3 +27,3 @@ // @flow | ||
const track = constructTrack(request); | ||
const track = constructTrack({ endpoint, ...request }); | ||
const gotTrack = getTrack(track); | ||
@@ -30,0 +30,0 @@ if (gotTrack && gotTrack.promise) return gotTrack.promise; |
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
187004