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

fix type

parent 9191b9e7
No related branches found
No related tags found
No related merge requests found
import config from '@/config';
import { ILocalUser } from '../../../models/entities/user';
import { User } from '@/models/entities/user';
export default (object: any, user: ILocalUser) => ({
export default (object: any, user: { id: User['id']; host: null }) => ({
type: 'Accept',
actor: `${config.url}/users/${user.id}`,
object
......
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