mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
Fix log
This commit is contained in:
parent
11a0ef485b
commit
9b780dff04
@ -20,7 +20,7 @@ export default async (job: bq.Job, done: any): Promise<void> => {
|
|||||||
const info = Object.assign({}, activity);
|
const info = Object.assign({}, activity);
|
||||||
delete info['@context'];
|
delete info['@context'];
|
||||||
delete info['signature'];
|
delete info['signature'];
|
||||||
logger.info(info);
|
logger.debug(JSON.stringify(info, null, 2));
|
||||||
//#endregion
|
//#endregion
|
||||||
|
|
||||||
const keyIdLower = signature.keyId.toLowerCase();
|
const keyIdLower = signature.keyId.toLowerCase();
|
||||||
|
Loading…
Reference in New Issue
Block a user