mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 12:35:52 +03:00
Remove ncAccount usages removed in NCFPK API
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
40ad6a2aa8
commit
1283284572
1 changed files with 0 additions and 3 deletions
|
@ -221,7 +221,6 @@ import OSLog
|
|||
request: request,
|
||||
domain: self.domain,
|
||||
remoteInterface: ncKit,
|
||||
ncAccount: ncAccount,
|
||||
progress: progress
|
||||
)
|
||||
|
||||
|
@ -294,7 +293,6 @@ import OSLog
|
|||
contents: newContents,
|
||||
options: options,
|
||||
request: request,
|
||||
ncAccount: ncAccount,
|
||||
domain: domain,
|
||||
progress: progress
|
||||
)
|
||||
|
@ -370,7 +368,6 @@ import OSLog
|
|||
|
||||
return Enumerator(
|
||||
enumeratedItemIdentifier: containerItemIdentifier,
|
||||
ncAccount: ncAccount,
|
||||
remoteInterface: ncKit,
|
||||
domain: domain,
|
||||
fastEnumeration: config.fastEnumerationEnabled,
|
||||
|
|
Loading…
Reference in a new issue