@duely/client
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -169,5 +169,3 @@ "use strict"; | ||
result: function result(d) { | ||
var _d$subdomains$; | ||
return d === null || d === void 0 ? void 0 : (_d$subdomains$ = d.subdomains[0]) === null || _d$subdomains$ === void 0 ? void 0 : _d$subdomains$.data; | ||
return d === null || d === void 0 ? void 0 : d.subdomains[0]; | ||
} | ||
@@ -174,0 +172,0 @@ }; // agencies: { |
{ | ||
"name": "@duely/client", | ||
"type": "module", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"repository": "github:uoleevi/duely", | ||
@@ -6,0 +6,0 @@ "description": "GraphQL client by Duely (wrapper for @apollo/client)", |
@@ -156,3 +156,3 @@ import { gql } from '@apollo/client'; | ||
`, | ||
result: d => d?.subdomains[0]?.data | ||
result: d => d?.subdomains[0] | ||
}; | ||
@@ -159,0 +159,0 @@ |
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
123175
2288