@replicode/parallax
Advanced tools
Comparing version 1.1.81 to 1.1.82
@@ -185,3 +185,3 @@ "use strict"; | ||
try { | ||
let response = await this.client.post(route, { params }); | ||
let response = await this.client.get(route, { params }); | ||
let collection = response.data; | ||
@@ -188,0 +188,0 @@ return collection; |
{ | ||
"name": "@replicode/parallax", | ||
"version": "1.1.81", | ||
"version": "1.1.82", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index", |
@@ -209,3 +209,3 @@ import { Injectable, Logger } from '@nestjs/common'; | ||
try { | ||
let response:AxiosResponse = await this.client.post(route, {params }); | ||
let response:AxiosResponse = await this.client.get(route, { params }); | ||
let collection: Parallax.Collection = response.data as Parallax.Collection; | ||
@@ -212,0 +212,0 @@ return collection; |
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
42473