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

Use require to avoid warning

parent 79475f68
No related branches found
No related tags found
No related merge requests found
import * as Router from 'koa-router';
import { parseRequest } from 'http-signature';
const parseRequest = require('http-signature');
import { createHttp } from '../queue';
import pack from '../remote/activitypub/renderer';
......
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