Merge pull request #785 from KimJungHun/change_description

change description of webhook agent

Andrew Cantino лет %!s(int64=10): %!d(string=назад)
Родитель
Сommit
a93c64d7b7
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      app/models/agents/webhook_agent.rb

+ 0 - 2
app/models/agents/webhook_agent.rb

@@ -12,8 +12,6 @@ module Agents
12 12
            https://#{ENV['DOMAIN']}/users/#{user.id}/web_requests/#{id || '<id>'}/:secret
13 13
         ``` where `:secret` is specified in your options.
14 14
 
15
-        The
16
-
17 15
         Options:
18 16
 
19 17
           * `secret` - A token that the host will provide for authentication.