We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cf966 commit aa343eaCopy full SHA for aa343ea
lib/js_routes.rb
@@ -57,7 +57,7 @@ def json(value)
57
58
sig { returns(T.nilable(String)) }
59
def default_module_type
60
- 'DTS' if configuration.module_type
+ 'DTS' if configuration.module_type && configuration.module_type != 'NIL'
61
end
62
63
0 commit comments