better typing
This commit is contained in:
parent
64b693e1e5
commit
8023f5a0e5
1 changed files with 2 additions and 1 deletions
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);
|
||||
|
|
Loading…
Reference in a new issue