Skip to content

Commit 3c2ef80

Browse files
committed
Fix push credential type
1 parent e9ac003 commit 3c2ef80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-authsignal",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The official Authsignal React Native library.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/push.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ interface ConstructorArgs {
99
}
1010

1111
interface PushCredential {
12-
credentialID: string;
12+
credentialId: string;
1313
createdAt: string;
1414
lastAuthenticatedAt?: string;
1515
}

0 commit comments

Comments
 (0)