Skip to content

Commit 8820aaf

Browse files
authored
docs: removed response from initSession to remove confusion
1 parent 7b4409c commit 8820aaf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,7 @@
261261
// read deep link data on click
262262
alert('Deep Link Data: ' + JSON.stringify(data))
263263
}
264-
}).then(function(res) {
265-
alert('Response: ' + JSON.stringify(res))
266-
}).catch(function(err) {
267-
alert('Error: ' + JSON.stringify(err))
268-
})
264+
});
269265
```
270266

271267
- #### Create Content Reference

0 commit comments

Comments
 (0)