Skip to content

Commit

Permalink
Update packages/adblocker-electron-preload/src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Modras <1228153+chrmod@users.noreply.github.com>
  • Loading branch information
heaptr and chrmod authored Oct 11, 2024
1 parent 430c734 commit 45fa95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adblocker-electron-preload/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import { ipcRenderer } from 'electron';
import { DOMMonitor, IBackgroundCallback } from '@cliqz/adblocker-content';

type CosmeticFiltersResponse = {
interface ICosmeticFiltersResponse = {
active: boolean;
error?: string;
};
Expand Down

0 comments on commit 45fa95e

Please sign in to comment.