Skip to content

Commit

Permalink
fix(#93-add-getSubscriptions-and-getSubscribers-methods): change subs…
Browse files Browse the repository at this point in the history
…cribers request type
  • Loading branch information
y9Kap committed Mar 7, 2024
1 parent 9f2317b commit 5e556fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ public data class GetSubscribersRequest(
val amount: Amount,
val pagingId: PagingId?,
val userId: UserId?,
) : MeetacyRequest<GetSubscriptionsRequest.Response> {
) : MeetacyRequest<GetSubscribersRequest.Response> {
public data class Response(val paging: PagingResponse<UserDetails>)
}

0 comments on commit 5e556fc

Please sign in to comment.