Rename cap variable to make it multi-purpose

This commit is contained in:
Christoph Hagen
2022-12-16 22:43:20 +01:00
parent 25aadffa51
commit fb90a4847e
2 changed files with 8 additions and 8 deletions

View File

@ -273,7 +273,7 @@ final class Database: ObservableObject {
continue
}
if changedCaps.contains(oldCap.id) {
#warning("Merge changed caps with server updates")
#warning("Merge changed caps with server updates")
} else {
oldCap.update(with: cap)
let save = oldCap