@peable/services
Advanced tools
Comparing version 0.0.55 to 0.0.56
@@ -28,3 +28,3 @@ import { useState, useEffect } from "react"; | ||
const response = await axios.get("http://localhost:3001/api/session/dsfuhfsdiuhfiusdhfuisdhfiush"); | ||
setSessionData(response.data.user); | ||
setSessionData(response.data); | ||
setStatus("success"); | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@peable/services", | ||
"version": "0.0.55", | ||
"version": "0.0.56", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
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
4486