Skip to content

Commit

Permalink
fix code analytics
Browse files Browse the repository at this point in the history
Signed-off-by: alperozturk <[email protected]>
  • Loading branch information
alperozturk96 committed Aug 23, 2024
1 parent 440be46 commit 9c45fdb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class GetServerPublicKeyRemoteOperation : RemoteOperation<String>() {
private const val ENDPOINT = "/ocs/v2.php/apps/end_to_end_encryption/api/v1/server-key"
}

@Suppress("TooGenericExceptionCaught")
override fun run(client: NextcloudClient): RemoteOperationResult<String> {
var getMethod: GetMethod? = null
var result: RemoteOperationResult<String>
Expand Down

0 comments on commit 9c45fdb

Please sign in to comment.