Skip to content

Commit dd5a5ab

Browse files
Your Nameclaude
andcommitted
style: fix prettier formatting
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b8475bc commit dd5a5ab

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

src/expo-plugins/withAndroidPushNotifications.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,14 @@ const registerServiceInManifest: ConfigPlugin<IntercomPluginProps> = (
154154
s.$?.['android:name'] !== serviceName &&
155155
([] as any[])
156156
.concat(s['intent-filter'] ?? [])
157-
.some(
158-
(f: any) =>
159-
([] as any[])
160-
.concat(f.action ?? [])
161-
.some(
162-
(a: any) =>
163-
a.$?.['android:name'] ===
164-
'com.google.firebase.MESSAGING_EVENT'
165-
)
157+
.some((f: any) =>
158+
([] as any[])
159+
.concat(f.action ?? [])
160+
.some(
161+
(a: any) =>
162+
a.$?.['android:name'] ===
163+
'com.google.firebase.MESSAGING_EVENT'
164+
)
166165
)
167166
);
168167

0 commit comments

Comments
 (0)