We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b64cf1 commit 5b6ce3aCopy full SHA for 5b6ce3a
src/main/java/org/openpodcastapi/opa/subscription/service/UserSubscriptionService.java
@@ -128,6 +128,7 @@ public BulkSubscriptionResponse addSubscriptions(List<SubscriptionCreateDto> req
128
///
129
/// @param feedUUID the UUID of the subscription feed
130
/// @param userId the ID of the user
131
+ /// @return a [UserSubscriptionDto] containing the updated object
132
@Transactional
133
public UserSubscriptionDto unsubscribeUserFromFeed(UUID feedUUID, Long userId) {
134
UserSubscription subscription = userSubscriptionRepository.findByUserIdAndSubscriptionUuid(userId, feedUUID)
0 commit comments