GetUrl interface service not null (#64)

This commit is contained in:
Denis Kazantsev 2022-01-23 23:37:39 +03:00 committed by GitHub
parent 40254bfd58
commit bc8d9cb20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ interface FileStorageService {
fun upload(uploadData: UploadData)
fun delete(deleteData: DeleteData)
fun getUrl(getUrl: GetUrl): URL?
fun getUrl(getUrl: GetUrl): URL
}