Skip to content

Commit e992fc2

Browse files
committed
smol fix
1 parent 503d118 commit e992fc2

File tree

1 file changed

+1
-0
lines changed
  • src/sentry/api/serializers/models

1 file changed

+1
-0
lines changed

src/sentry/api/serializers/models/rule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ def get_attrs(self, item_list, user, **kwargs):
209209
.annotate(date_added=Max("date_added"))
210210
}
211211

212+
# Update lastTriggered with WorkflowFireHistory if available
212213
if item_list and features.has(
213214
"organizations:workflow-engine-single-process-workflows",
214215
item_list[0].project.organization,

0 commit comments

Comments
 (0)