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

Refactor

parent ce931649
No related branches found
No related tags found
No related merge requests found
import * as kue from 'kue';
import request from '../../../remote/request';
import request from '../../../remote/activitypub/request';
export default async (job: kue.Job, done): Promise<void> => {
try {
......
......@@ -3,8 +3,8 @@ import { sign } from 'http-signature';
import { URL } from 'url';
import * as debug from 'debug';
import config from '../config';
import { ILocalUser } from '../models/user';
import config from '../../config';
import { ILocalUser } from '../../models/user';
const log = debug('misskey:activitypub:deliver');
......
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