Skip to content

Commit

Permalink
revert type shim from bad deps, use lock file from master
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidesstaffieri committed Aug 31, 2023
1 parent 8cff13d commit ff3c10a
Show file tree
Hide file tree
Showing 2 changed files with 6,813 additions and 4,797 deletions.
2 changes: 1 addition & 1 deletion @shared/api/helpers/extensionMessaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const sendMessageToContentScript = (msg: Msg): Promise<Response> => {
window.location.origin,
);
return new Promise((resolve) => {
let requestTimeout = 0 as unknown as NodeJS.Timeout;
let requestTimeout = 0;

/*
In the case that Freighter is not installed at all, any messages to
Expand Down
Loading

0 comments on commit ff3c10a

Please sign in to comment.