mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-2115 Protocol | Integrate 0.30.4, fix request (#752)
This commit is contained in:
parent
c7b9a31fe0
commit
e1efea1109
1 changed files with 0 additions and 1 deletions
|
@ -1589,7 +1589,6 @@ class Middleware @Inject constructor(
|
|||
@Throws(Exception::class)
|
||||
fun objectImportUseCaseSkip(space: Id) {
|
||||
val request = Rpc.Object.ImportUseCase.Request(
|
||||
useCase = Rpc.Object.ImportUseCase.Request.UseCase.SKIP,
|
||||
spaceId = space
|
||||
)
|
||||
if (BuildConfig.DEBUG) logRequest(request)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue