Skip to content

Commit

Permalink
Update iOSClient/Data/NCManageDatabase+DownloadLimit.swift
Browse files Browse the repository at this point in the history
Signed-off-by: Milen Pivchev <[email protected]>
  • Loading branch information
mpivchev authored Dec 19, 2024
1 parent 1965c6b commit 79127cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/Data/NCManageDatabase+DownloadLimit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class tableDownloadLimit: Object {
@objc dynamic var count: Int = 0

///
/// Total number of allowed downloas.
/// Total number of allowed downloads.
///
@Persisted
@objc dynamic var limit: Int = 0
Expand Down

0 comments on commit 79127cf

Please sign in to comment.