We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea16ed commit 60f6892Copy full SHA for 60f6892
src/contains.ts
@@ -5,7 +5,7 @@
5
```ts
6
const notifyTypeLinkId = await deep.id(
7
PACKAGE_NAME,
8
- FirebasePushNotificationContains[FirebasePushNotificationContains.Notify]
+ LinkName[LinkName.Notify]
9
)
10
```
11
*/
0 commit comments