Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii committed Jan 24, 2025
1 parent 25282ab commit 68b098c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Verge/Store/Store.swift
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ open class Store<State: Equatable, Activity: Sendable>: EventEmitter<_StoreEvent
}
}

registrations.1.removeAll()
registrations.1.removeAll(keepingCapacity: true)
}

}
Expand Down

0 comments on commit 68b098c

Please sign in to comment.