We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 330db63 commit 0202606Copy full SHA for 0202606
src/http.ts
@@ -12,7 +12,7 @@ export async function fetchStac(
12
Accept: "application/json",
13
},
14
body,
15
- }).then((response) => {
+ }).then(async (response) => {
16
if (response.ok) {
17
return response
18
.json()
0 commit comments