Skip to content

Commit 4f387e2

Browse files
romanrizzixfalcox
andauthored
Update plugins/discourse-ai/db/migrate/20250721080444_seed_personas_from_triage_scripts.rb
Co-authored-by: Rafael dos Santos Silva <xfalcox@gmail.com>
1 parent c8d7ea4 commit 4f387e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/discourse-ai/db/migrate/20250721080444_seed_personas_from_triage_scripts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def up
2929
else
3030
name =
3131
(
32-
if field["name"].pesent?
32+
if field["name"].present?
3333
"#{field["name"]} triage automation"
3434
else
3535
"Unnamed triage automation script ID #{field["automation_id"]}"

0 commit comments

Comments
 (0)