Update activitypub.ts
This commit is contained in:
parent
b93046c071
commit
70bb9a4d1f
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function createRandomPagedOutbox(actor: NonTransientIActor): IOrderedCollection
|
|||
id: actor.outbox as string,
|
||||
totalItems: 10,
|
||||
first: `${actor.outbox}?first`,
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
describe('ActivityPub', () => {
|
||||
|
|
Loading…
Reference in a new issue