Skip to content

Commit a5ce5b6

Browse files
authored
Fix Protocol.UndefinedError (#508)
1 parent 5f31c10 commit a5ce5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/exq/redis/job_stat.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ defmodule Exq.Redis.JobStat do
101101
error ->
102102
Logger.error("Failed to send node stats. Unexpected error from redis: #{inspect(error)}")
103103

104-
nil
104+
[]
105105
end
106106
end
107107

0 commit comments

Comments
 (0)