15232: Fix type of Collections.BlobSigningTTL config key.
[arvados.git] / services / api / lib / load_param.rb
index 0cc29ded0a21cae9073e9bd1c27277c21a989b66..7119eb234800bf12e1460983ed7950ff9e0e4819 100644 (file)
@@ -56,7 +56,7 @@ module LoadParam
         raise ArgumentError.new("Invalid value for limit parameter")
       end
       @limit = [params[:limit].to_i,
-                Rails.configuration.API["MaxItemsPerResponse"]].min
+                Rails.configuration.API.MaxItemsPerResponse].min
     else
       @limit = DEFAULT_LIMIT
     end