Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit7a085f3

Browse files
committed
fix(article-editor): clean up
1 parent007958d commit7a085f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎lib/groupher_server/cms/delegates/article_curd.ex‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ defmodule GroupherServer.CMS.Delegate.ArticleCURD do
278278
end
279279
end)
280280
|>Multi.run(:update_edit_status,fn_,%{update_article:update_article}->
281-
IO.inspect(update_article,label:"## -3")
282-
ArticleCommunity.update_edit_status(update_article)|>IO.inspect(label:"## 2")
281+
ArticleCommunity.update_edit_status(update_article)
283282
end)
284283
|>Multi.run(:after_hooks,fn_,%{update_article:update_article}->
285284
Later.run({Hooks.Cite,:handle,[update_article]})

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp