This commit is contained in:
@ -53,7 +53,7 @@ class Authority {
|
||||
key,
|
||||
(info) => {
|
||||
try {
|
||||
return keystore.get_key (info.iat / 1000, info.iss);
|
||||
return await keystore.get_key (info.iat / 1000, info.iss);
|
||||
}
|
||||
catch {
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user