Skip to content

Commit

Permalink
ToS
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Feb 5, 2025
1 parent 8f6d922 commit f4f71d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import org.apache.commons.httpclient.HttpStatus
/**
* Sign terms of services
*/
class SignTermRemoteOperation(val id: Int) : RemoteOperation<Void>() {
class SignTermRemoteOperation(
val id: Int
) : RemoteOperation<Void>() {
@Suppress("TooGenericExceptionCaught")
override fun run(client: NextcloudClient): RemoteOperationResult<Void> {
val requestBody = hashMapOf("termId" to id)
Expand Down

0 comments on commit f4f71d5

Please sign in to comment.