mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-03-01 11:07:00 +01:00
oops
This commit is contained in:
parent
8ee962b729
commit
08e1c87fa6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import http from './processors/http';
|
||||||
import { ILocalUser } from '../models/user';
|
import { ILocalUser } from '../models/user';
|
||||||
|
|
||||||
export function createHttpJob(data: any) {
|
export function createHttpJob(data: any) {
|
||||||
return http(data, () => {});
|
return http({ data }, () => {});
|
||||||
}
|
}
|
||||||
|
|
||||||
export function deliver(user: ILocalUser, content: any, to: any) {
|
export function deliver(user: ILocalUser, content: any, to: any) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue