Fix crash in legacy filter creation controller (#19878)

This commit is contained in:
Claire 2022-11-07 03:38:53 +01:00 committed by GitHub
parent 54f0f1b9ef
commit 4cb2323458
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class Api::V1::FiltersController < Api::BaseController
end
def resource_params
params.permit(:phrase, :expires_in, :irreversible, :whole_word, context: [])
params.permit(:phrase, :expires_in, :irreversible, context: [])
end
def filter_params