Skip to content

Commit ddb784d

Browse files
committed
Fix lint issue
1 parent f9f8d6d commit ddb784d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/js/feedback/FeedbackWidget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable max-lines */
22
import type { SendFeedbackParams, User } from '@sentry/core';
3-
import { captureFeedback, getCurrentScope, getIsolationScope, getGlobalScope, lastEventId, logger } from '@sentry/core';
3+
import { captureFeedback, getCurrentScope, getGlobalScope, getIsolationScope, lastEventId, logger } from '@sentry/core';
44
import * as React from 'react';
55
import type { KeyboardTypeOptions ,
66
NativeEventSubscription} from 'react-native';

0 commit comments

Comments
 (0)