Skip to content

Commit

Permalink
Merge pull request #6951 from nextcloud/bugfix/ncfpk-stable-ncaccount…
Browse files Browse the repository at this point in the history
…-changes

Remove ncAccount usages removed in NCFPK API
  • Loading branch information
claucambra authored Jul 29, 2024
2 parents 40ad6a2 + 1283284 commit 46f7944
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ import OSLog
request: request,
domain: self.domain,
remoteInterface: ncKit,
ncAccount: ncAccount,
progress: progress
)

Expand Down Expand Up @@ -294,7 +293,6 @@ import OSLog
contents: newContents,
options: options,
request: request,
ncAccount: ncAccount,
domain: domain,
progress: progress
)
Expand Down Expand Up @@ -370,7 +368,6 @@ import OSLog

return Enumerator(
enumeratedItemIdentifier: containerItemIdentifier,
ncAccount: ncAccount,
remoteInterface: ncKit,
domain: domain,
fastEnumeration: config.fastEnumerationEnabled,
Expand Down

0 comments on commit 46f7944

Please sign in to comment.