Skip to content

Commit

Permalink
feat(endpoints): full community
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Mar 24, 2024
1 parent b563a5b commit 744be09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/endpoints/src/types/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
* @property {Function} resolve
* @property {Function} def
* @property {ResolveObject} SYNC
* @property {ResolveObject} FULL
* @property {ProfileMembersObject} MEMBERS
*/

Expand Down Expand Up @@ -112,6 +113,7 @@ export const PROFILE = {
_: {
resolve: (id) => `${id}/`,
SYNC: "sync/",
FULL: "full/",
MEMBERS: {
resolve: "members/",
SYNC: "sync/",
Expand Down

0 comments on commit 744be09

Please sign in to comment.