Last active
September 11, 2019 00:43
-
-
Save ryanpedersen42/f1ed2f548b5b88dd44dcfeb474e905c1 to your computer and use it in GitHub Desktop.
From 3Box-js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const decryptEntry = async encObj => JSON.parse(await threeId.decrypt(encObj, spaceName)) | |
| return { | |
| //some code | |
| if (!entry) { | |
| return null //returns null with no entry | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment