fix promise

This commit is contained in:
2016-11-17 13:36:43 +01:00
parent 4e63d698ef
commit 69b4e85218
2 changed files with 3 additions and 3 deletions

View File

@ -88,8 +88,8 @@ export class SmartAcme {
}
console.log(keypair)
this.keyPair = keypair
done.resolve()
})
done.resolve()
return done.promise
}