Skip to content

Commit

Permalink
suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Aug 25, 2024
1 parent 1f48846 commit 88ceb2f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ internal class BucketApiImpl(override val bucketId: String, val storage: Storage
return FileUploadResponse(id, path, key)
}

@Suppress("LongParameterList") //TODO: maybe refactor
@OptIn(ExperimentalEncodingApi::class)
private fun HttpRequestBuilder.defaultUploadRequest(
path: String,
Expand Down

0 comments on commit 88ceb2f

Please sign in to comment.