test: 後で戻す

This commit is contained in:
syuilo 2022-09-24 15:22:15 +09:00
parent dabe5bf7e9
commit da88e3a3b1
1 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,5 @@
import * as crypto from 'node:crypto';
import { Inject, Injectable } from '@nestjs/common';
import jsonld from 'jsonld';
import fetch from 'node-fetch';
import { HttpRequestService } from '@/core/HttpRequestService.js';
import { CONTEXTS } from './misc/contexts.js';
@ -93,9 +92,7 @@ class LdSignature {
public async normalize(data: any) {
const customLoader = this.getLoader();
return await jsonld.normalize(data, {
documentLoader: customLoader,
});
return 42;
}
private getLoader() {