mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
oops
This commit is contained in:
parent
2330dbae7e
commit
c13a67b61a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user