Refactor
This commit is contained in:
parent
e8bde94e5b
commit
cd2542e0fd
99 changed files with 111 additions and 111 deletions
6
src/remote/activitypub/renderer/ordered-collection.ts
Normal file
6
src/remote/activitypub/renderer/ordered-collection.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export default (id, totalItems, orderedItems) => ({
|
||||
id,
|
||||
type: 'OrderedCollection',
|
||||
totalItems,
|
||||
orderedItems
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue