Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha Vardhan Gelivi committed Feb 4, 2021
1 parent 4d4d9e3 commit 3d50b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kaffe/consumer_group/group_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Kaffe.GroupManager do
consumer_group: nil,
topics: nil,
offset: nil,
worker_manager_pid: nil
worker_manager_pid: nil,
partitions_listener_pid: nil
end

Expand Down

0 comments on commit 3d50b44

Please sign in to comment.