Skip to content

Commit e8ebbc2

Browse files
Remove unused export from utils.ts to clean up codebase
1 parent 745753d commit e8ebbc2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

node_package/src/utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,3 @@ export const wrapInNewPromise = <T>(promise: Promise<T>) => {
4040
void promise.catch(reject);
4141
});
4242
};
43-
44-
export const

0 commit comments

Comments
 (0)