mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-09 20:11:04 +00:00
@@ -326,7 +326,7 @@ export class Keyring extends Base implements KeyringStruct {
|
||||
};
|
||||
|
||||
Object.keys(meta).forEach((key): void => {
|
||||
json.meta[key] = meta[key];
|
||||
json.meta[key] = meta[key] as unknown;
|
||||
});
|
||||
|
||||
delete json.meta.isRecent;
|
||||
|
||||
Reference in New Issue
Block a user