Skip to content

Commit 646de84

Browse files
fixed opportunities response
1 parent 72712e2 commit 646de84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/get-search-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export async function SearchService(searchParams, productData, apiKey) {
9696
.then((json) => {
9797
console.log('RESPONSE', json)
9898

99-
const opportunities = json.response()
99+
const opportunities = [json]
100100
const featureHack = {
101101
type: 'FeatureCollection',
102102
features: []

0 commit comments

Comments
 (0)