Skip to content

Commit

Permalink
fix: lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexxa committed Nov 7, 2024
1 parent 0aab788 commit 2275ec5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/insomnia/src/hidden-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { initInsomniaObject, InsomniaObject } from 'insomnia-sdk';
import { Console, mergeClientCertificates, mergeCookieJar, mergeRequests, mergeSettings, type RequestContext } from 'insomnia-sdk';
import * as _ from 'lodash';

import { invariant } from '../src/utils/invariant';

export interface HiddenBrowserWindowBridgeAPI {
runScript: (options: { script: string; context: RequestContext }) => Promise<RequestContext>;
};
Expand Down

0 comments on commit 2275ec5

Please sign in to comment.