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 c68ea37 commit bbb9aeaCopy full SHA for bbb9aea
deps/rabbitmq_shovel/src/rabbit_shovel_operating_mode.erl
@@ -21,4 +21,4 @@
21
22
-spec operating_mode() -> operating_mode().
23
operating_mode() ->
24
- application:get_env(?SHOVEL_APP, operating_mode, standard).
+ rabbit_data_coercion:to_atom(application:get_env(?SHOVEL_APP, operating_mode, standard)).
0 commit comments