Add missing comma.
This commit is contained in:
parent
1e7e1d52b1
commit
1db8d3104c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class Projects::ServicesController < Projects::ApplicationController
|
|||
def service_params
|
||||
params.require(:service).permit(
|
||||
:title, :token, :type, :active, :api_key, :subdomain,
|
||||
:room, :recipients, :project_url, :webhook
|
||||
:room, :recipients, :project_url, :webhook,
|
||||
:user_key, :device, :priority, :sound
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue