GetRemoteFileTask: pass User directly instead of account

Needed after model changes in master

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2021-10-13 09:51:17 +02:00
parent 149c701682
commit b6cd8af18a
No known key found for this signature in database
GPG key ID: 2585783189A62105

View file

@ -54,7 +54,7 @@ class GetRemoteFileTask(
false,
true,
storageManager,
user.toPlatformAccount(),
user,
context
)
synchFolderOp.execute(client)