style(backend): tweak

This commit is contained in:
Daiki Mizukami 2024-08-10 07:28:44 +09:00
parent 8b7ae92b78
commit d88193a16e
No known key found for this signature in database
GPG Key ID: 10478E598B944AA2

View File

@ -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,