Fix typo in fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<% if @error_message %>
|
||||
{"success:" false, "message": <%= raw @error_message.to_json %>}
|
||||
{"success": false, "message": <%= raw @error_message.to_json %>}
|
||||
<% else %>
|
||||
{"success": false, "message": <%= raw @exception.to_s.to_json %>}
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user