summaryrefslogtreecommitdiff
path: root/internal/types
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-09-12 22:11:37 +0300
committerPaul Buetow <paul@buetow.org>2024-09-12 22:11:37 +0300
commit87c98f19b5ea8333c30a4b0ba5330b4ac338c9cc (patch)
treeca71a0429baa7c23de9e30f17b68219f03403660 /internal/types
parentd586966b0ac5d245b8198c4e9dcbb516fa8828f7 (diff)
persist and add
Diffstat (limited to 'internal/types')
-rw-r--r--internal/types/entry.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/types/entry.go b/internal/types/entry.go
index 6c0c4be..f17c06a 100644
--- a/internal/types/entry.go
+++ b/internal/types/entry.go
@@ -125,7 +125,6 @@ func (e Entry) Update(other Entry) (Entry, bool, error) {
case otherShared.Is && !shared.Is:
shared.Is = true
e.Shared[otherPlatform] = shared
- // Update pending
changed = true
}
}