fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timo Hocker 2022-08-10 11:11:39 +02:00
parent 1009a9b8d5
commit 7bb6dac737
No known key found for this signature in database
GPG Key ID: 3B86485AC71C835C

View File

@ -51,7 +51,7 @@ class Authority {
};
const data = await verify_signature_get_info (
key,
(info) => {
async (info) => {
try {
return await keystore.get_key (info.iat / 1000, info.iss);
}