Skip to content

Commit 2efd866

Browse files
committed
fix linting
1 parent ff2850a commit 2efd866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/browser/src/utils/lazyLoadIntegration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const LazyLoadableIntegrations = {
2020
sessionTimingIntegration: 'sessiontiming',
2121
} as const;
2222

23-
const WindowWithMaybeIntegration = WINDOW as typeof WINDOW & {
23+
const WindowWithMaybeIntegration = WINDOW as {
2424
Sentry?: Partial<Record<keyof typeof LazyLoadableIntegrations, IntegrationFn>>;
2525
};
2626

0 commit comments

Comments
 (0)