Skip to content

Commit 3bc4d8a

Browse files
refactor: CR fixes
1 parent ce83f92 commit 3bc4d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/prebuilds/preset_snapshot.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type ReconciliationState struct {
5656
}
5757

5858
// ReconciliationActions represents actions needed to reconcile the current state with the desired state.
59-
// Exactly one field will be set based on the ActionType.
59+
// Based on ActionType, exactly one of Create, DeleteIDs, or BackoffUntil will be set.
6060
type ReconciliationActions struct {
6161
// ActionType determines which field is set and what action should be taken
6262
ActionType ActionType

0 commit comments

Comments
 (0)