Skip to content

Commit f718cc1

Browse files
committed
fix hangling setTimeout on all queries LOL
1 parent f9fa860 commit f718cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export async function getStructures({
112112
}) {
113113
if (!providerUrl) throw new Error("Provider URL is required");
114114

115-
await new Promise((r) => setTimeout(r, 1000)); // sleep 1 second
115+
// await new Promise((r) => setTimeout(r, 1000)); // sleep 1 second
116116

117117
const preferredFields = [
118118
"cartesian_site_positions",

0 commit comments

Comments
 (0)