自分の投稿情報をエクスポートできるように (#4144)

* wip

* 正しいJSONを生成するように

* データを整形
This commit is contained in:
syuilo 2019-02-05 19:50:14 +09:00 committed by GitHub
parent ba7e05837c
commit 5db5bbd1cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 188 additions and 9 deletions

View file

@ -1,7 +1,7 @@
import * as bq from 'bee-queue';
import request from '../../../remote/activitypub/request';
import { queueLogger } from '../..';
import { queueLogger } from '../../logger';
export default async (job: bq.Job, done: any): Promise<void> => {
try {