Skip to content
Snippets Groups Projects

Add Get Web hook events API

Compare and Show latest version
8 files
+ 14
35
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -15,7 +15,7 @@ def execute
@@ -15,7 +15,7 @@ def execute
logs = @hook.web_hook_logs
logs = @hook.web_hook_logs
logs = by_status_code(logs)
logs = by_status_code(logs)
by_date_range(logs)
logs.recent(WebHookLog::MAX_RECENT_DAYS)
end
end
private
private
Loading