1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 22:56:49 +09:00
This commit is contained in:
syuilo 2018-07-27 18:50:15 +09:00
parent 8ee962b729
commit 08e1c87fa6

View File

@ -2,7 +2,7 @@ import http from './processors/http';
import { ILocalUser } from '../models/user';
export function createHttpJob(data: any) {
return http(data, () => {});
return http({ data }, () => {});
}
export function deliver(user: ILocalUser, content: any, to: any) {