Update filter_view.ex to return whole_word actual value

This commit is contained in:
MK Fain 2020-08-05 02:01:27 +00:00
parent b1b6a7dfa8
commit f341a8e142
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def render("show.json", %{filter: filter}) do
context: filter.context,
expires_at: expires_at,
irreversible: filter.hide,
whole_word: false
whole_word: filter.whole_word
}
end
end