Skip to content

Commit

Permalink
Storage sdk: Resolve merge conflicts.
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-hamel committed Jul 4, 2023
1 parent b8395c5 commit feb0578
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ internal class GmsFileRemoteDataSourceImpl(private val apiService: GoogleDriveAp
return response.toOmhFile()
}

override fun updateFile(localFileToUpload: File, fileId: String) = null

private fun getStringMimeTypeFromLocalFile(file: File) = MimeTypeMap
.getSingleton()
.getMimeTypeFromExtension(file.extension)
Expand Down

0 comments on commit feb0578

Please sign in to comment.