Skip to content

Commit d647a69

Browse files
committed
Fix lint
1 parent 888f9da commit d647a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/api/v3/application/_reply.json.jbuilder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# - *topic_title* [String] 话题标题
1919
# - *body* [String] 回帖正文,原始 Markdown
2020
if reply
21-
json.cache! ['v1.2', reply, defined?(detail)] do
21+
json.cache! ["v1.2", reply, defined?(detail)] do
2222
json.(reply, :id, :body_html, :body, :topic_id, :created_at, :updated_at,
2323
:likes_count, :action, :target_type)
2424
json.deleted reply.deleted_at.present?

0 commit comments

Comments
 (0)