mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -07:00
Fix log
This commit is contained in:
parent
a62e2c53e0
commit
d5c2a89c46
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue