enzostvs HF staff commited on
Commit
5269a0e
·
1 Parent(s): 2a08e92
Files changed (1) hide show
  1. utils/index.ts +0 -1
utils/index.ts CHANGED
@@ -12,7 +12,6 @@ export const fetchAllPages = async () => {
12
  });
13
  const jsonResponses = await Promise.all(urls);
14
  const spaces = jsonResponses.flat()?.filter((space) => space?.runtime?.hardware?.current === filter_key && !space?.private);
15
-
16
  return sortByCreatedAt(spaces);
17
  };
18
 
 
12
  });
13
  const jsonResponses = await Promise.all(urls);
14
  const spaces = jsonResponses.flat()?.filter((space) => space?.runtime?.hardware?.current === filter_key && !space?.private);
 
15
  return sortByCreatedAt(spaces);
16
  };
17