Skip to content

Commit

Permalink
fix(build): remove private functions (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
basmasking authored Oct 1, 2024
1 parent a8181ec commit db348e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions segments/bff.segment.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
"./domain/post/getByFollowingAggregated/feature": { "default": { "access": "public" } },
"./domain/post/remove/feature": { "default": { "access": "public" } },
"./domain/post/toggleRating/feature": { "default": { "access": "public" } },
"./domain/post/updateRatingCount/feature": { "default": { "access": "private" }},
"./domain/post/updateReactionCount/feature": { "default": { "access": "private" }},

"./domain/reaction/aggregate/feature": { "default": { "access": "private" } },
"./domain/reaction/createComic/feature": { "default": { "access": "public" } },
Expand Down

0 comments on commit db348e2

Please sign in to comment.