Remove ncAccount usages removed in NCFPK API

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2024-07-29 16:05:51 +08:00
parent 40ad6a2aa8
commit 1283284572

View file

@ -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,