Skip to content

Commit 5b6ce3a

Browse files
committed
Add missing docstring
1 parent 0b64cf1 commit 5b6ce3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/openpodcastapi/opa/subscription/service/UserSubscriptionService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public BulkSubscriptionResponse addSubscriptions(List<SubscriptionCreateDto> req
128128
///
129129
/// @param feedUUID the UUID of the subscription feed
130130
/// @param userId the ID of the user
131+
/// @return a [UserSubscriptionDto] containing the updated object
131132
@Transactional
132133
public UserSubscriptionDto unsubscribeUserFromFeed(UUID feedUUID, Long userId) {
133134
UserSubscription subscription = userSubscriptionRepository.findByUserIdAndSubscriptionUuid(userId, feedUUID)

0 commit comments

Comments
 (0)