Skip to content

Commit

Permalink
Fix #4383 (broken clause for HTTP non-200)
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Dec 17, 2024
1 parent 19a508e commit b241f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/transport/lib/irve/extractor.ex
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmodule Transport.IRVE.Extractor do
|> Map.put(:line_count, line_count)
end

def process_body(row), do: row
def process_resource_body(row, _body), do: row

@doc """
Save the outcome in the database for reporting.
Expand Down

0 comments on commit b241f9b

Please sign in to comment.