lint
This commit is contained in:
@ -23,7 +23,7 @@ module Funkos
|
||||
funkos.sort! { |a, b| a.name <=> b.name }
|
||||
|
||||
if env.params.query.fetch("format", "json") == "html"
|
||||
render "src/views/funkos.ecr"
|
||||
render "src/views/funkos.ecr"
|
||||
else
|
||||
funkos.to_json
|
||||
end
|
||||
|
@ -174,7 +174,7 @@ class Funko
|
||||
source: secrets_mount,
|
||||
target: "/secrets",
|
||||
type: "bind"
|
||||
)
|
||||
),
|
||||
]
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user