Skip to content
Snippets Groups Projects
Commit da88e3a3 authored by syuilo's avatar syuilo
Browse files

test: 後で戻す

parent dabe5bf7
No related branches found
No related tags found
No related merge requests found
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment