Refactor
This commit is contained in:
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
|
||||
});
|
Reference in New Issue
Block a user