Skip to content

Commit

Permalink
Change all to any
Browse files Browse the repository at this point in the history
  • Loading branch information
Zelzahn committed Jul 24, 2024
1 parent c8a6add commit 30ddb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/src/pod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ async function fetchResources<T>(

const result: T[] = [];

await Promise.all(
await Promise.any(
resources.map(async (resource) => {
const resourceDataset = await getSolidDataset(resource, {
fetch: session.fetch,
Expand Down

0 comments on commit 30ddb30

Please sign in to comment.