changed response to utilized `interpolated` to allow for liquid templating

Adam Mokan лет %!s(int64=9): %!d(string=назад)
Родитель
Сommit
684ae1d73f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/models/agents/webhook_agent.rb

+ 1 - 1
app/models/agents/webhook_agent.rb

@@ -73,7 +73,7 @@ module Agents
73 73
     end
74 74
 
75 75
     def response_message
76
-      options['response'] || 'Event Created'
76
+      interpolated['response'] || 'Event Created'
77 77
     end
78 78
   end
79 79
 end