RangerMauve / hyper-sdk

Make your own hyper apps!
https://www.youtube.com/watch?v=HyHk4aImd_I&list=PL7sG5SCUNyeYx8wnfMOUpsh7rM_g0w_cu&index=20
MIT License
290 stars 46 forks source link

archive.getSecretKey returns undefined #45

Closed nornagon closed 4 years ago

nornagon commented 4 years ago

To repro:

const myArchive = await DatArchive.create({
  title: 'My Archive',
  persist: false,
})
console.log(await myArchive.getSecretKey())
// => undefined