rabbit_shovel_operating_mode: coerce returned value to an atom

This commit is contained in:
Michael Klishin 2025-08-25 19:59:59 -04:00
parent c68ea370d2
commit bbb9aeaf0e
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@
-spec operating_mode() -> operating_mode().
operating_mode() ->
application:get_env(?SHOVEL_APP, operating_mode, standard).
rabbit_data_coercion:to_atom(application:get_env(?SHOVEL_APP, operating_mode, standard)).