From c2671a57fea7457fb24a3d65f5f4a2a1cc65bebe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 12 Sep 2024 21:53:54 +0300 Subject: add pending.delete --- internal/types/entry.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/types') diff --git a/internal/types/entry.go b/internal/types/entry.go index f17c06a..6c0c4be 100644 --- a/internal/types/entry.go +++ b/internal/types/entry.go @@ -125,6 +125,7 @@ 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 } } -- cgit v1.2.3