Skip to content

Commit 75f2ada

Browse files
authored
Fix wrong reference to field in filter comment (#152)
2 parents 097bab9 + 9b42d0b commit 75f2ada

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,10 @@ message TimeIntervalFilter {
135135
// Filter by start_time < this timestamp
136136
google.protobuf.Timestamp start_to = 2;
137137

138-
// Filter by recurrence.end_time >= this timestamp
138+
// Filter by recurrence.end_criteria.until >= this timestamp
139139
google.protobuf.Timestamp end_from = 3;
140140

141-
// Filter by recurrence.end_time < this timestamp
141+
// Filter by recurrence.end_criteria.until < this timestamp
142142
google.protobuf.Timestamp end_to = 4;
143143
}
144144

0 commit comments

Comments
 (0)