Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit e0bad8a

Browse files
Merge pull request #443 from dbeulen/master
fixed invitation sample code
2 parents 9fc821c + 9799fd7 commit e0bad8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/INVITES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ When the user opens your app from an invite, you can retrieve the details via th
5858
```js
5959
firebase.invites.getInvitation().then(
6060
function (result) { // GetInvitationResult
61-
console.log("deeplink: " + result.deeplink + ", invitationId: " result.invitationId);
61+
console.log("deeplink: " + result.deeplink + ", invitationId: " + result.invitationId);
6262
},
6363
function (error) {
6464
console.log("getInvitation error: " + error);

0 commit comments

Comments
 (0)