@peable/services
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -11,3 +11,5 @@ import { useState, useEffect } from "react"; | ||
try { | ||
const responses = await Promise.all(ids.map((id) => axios.get(`http://localhost:3001/api/users/${id}`))); | ||
const responses = await Promise.all(ids.map((id) => axios.get(`http://localhost:3001/api/users/${id}`, { | ||
withCredentials: true, | ||
}))); | ||
const users = responses.map((response) => { | ||
@@ -14,0 +16,0 @@ const user = response.data; |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "", | ||
@@ -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
5833
112