Skip to content

Commit 14079e8

Browse files
committed
style(lint): fix trivial lint unused param issue
1 parent 2524d70 commit 14079e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-check/plugin/src/ios/appDelegate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ import RNFBAppCheck`,
131131
offset: 0,
132132
comment: '//',
133133
}).contents;
134-
} catch (e) {
134+
} catch (_e) {
135135
WarningAggregator.addWarningIOS(
136136
'@react-native-firebase/app-check',
137137
'Failed to insert App Check initialization code.',

0 commit comments

Comments
 (0)