mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 00:29:22 +09:00
style(backend): tweak
This commit is contained in:
parent
8b7ae92b78
commit
d88193a16e
@ -219,7 +219,7 @@ describe('ActivityPub', () => {
|
||||
first: `${actor.id}/following?page=1`,
|
||||
};
|
||||
actor.followers = `${actor.id}/followers`;
|
||||
actor.liked ={
|
||||
actor.liked = {
|
||||
id: `${actor.id}/following`,
|
||||
type: 'OrderedCollection',
|
||||
totalItems: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user