better typing
parent
64b693e1e5
commit
8023f5a0e5
3
index.ts
3
index.ts
|
@ -46,6 +46,7 @@ const patchRequests = allPatches.map((testPatchUrl) =>
|
||||||
})(),
|
})(),
|
||||||
);
|
);
|
||||||
|
|
||||||
const patchDescriptions = await Promise.all(patchRequests);
|
const dirtyPatchDescriptions = await Promise.all(patchRequests);
|
||||||
|
const patchDescriptions = dirtyPatchDescriptions.filter((e) => e) as string[];
|
||||||
|
|
||||||
console.log(patchDescriptions);
|
console.log(patchDescriptions);
|
||||||
|
|
Loading…
Reference in New Issue