Skip to content

Commit c78da67

Browse files
committed
remove unused ts-ignore
1 parent 3bc5309 commit c78da67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev-packages/e2e-tests/test-applications/browser-webworker-vite/src/spotlight-env-test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ let importMetaSpotlight = 'undefined';
1515
try {
1616
// Check process.env (should work via bundler transformation)
1717
if (typeof process !== 'undefined' && process.env) {
18-
// @ts-expect-error - accessing process.env for testing
1918
processEnvSpotlight = process.env.VITE_SENTRY_SPOTLIGHT || 'undefined';
2019
}
2120
} catch (e) {

0 commit comments

Comments
 (0)