We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0c7fd commit 6861ce4Copy full SHA for 6861ce4
lib/octopus/abstract_adapter.rb
@@ -25,6 +25,7 @@ def self.included(base)
25
end
26
27
def octopus_shard
28
+ return {} if @config.nil?
29
@config[:octopus_shard]
30
31
0 commit comments