From 1f48846b5b1a05fc9d50f3e6ab20242782283f2c Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 25 Aug 2024 14:22:00 +0200 Subject: [PATCH] fix docs --- .../kotlin/io/github/jan/supabase/storage/BucketApi.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApi.kt b/Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApi.kt index 0895820f..aa164c97 100644 --- a/Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApi.kt +++ b/Storage/src/commonMain/kotlin/io/github/jan/supabase/storage/BucketApi.kt @@ -248,7 +248,6 @@ sealed interface BucketApi { /** * Searches for files with the given [prefix] and [filter] - * @return The filtered bucket items * @throws RestException or one of its subclasses if receiving an error response * @throws HttpRequestTimeoutException if the request timed out * @throws HttpRequestException on network related issues