Skip to content

Commit ad9cdbf

Browse files
authored
chore: remove unused delay helper (#244)
1 parent 4c58e9e commit ad9cdbf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/helpers.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,3 @@ export function parseNotarizationInfo(info: string): NotarizationInfo {
7676

7777
return out;
7878
}
79-
80-
export function delay(ms: number): Promise<void> {
81-
return new Promise((resolve) => setTimeout(resolve, ms));
82-
}

0 commit comments

Comments
 (0)