mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Use require to avoid warning
This commit is contained in:
parent
adb37a27f1
commit
f4a2506ce5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
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';
|
||||
|
|
Loading…
Reference in a new issue