This commit is contained in:
yystopf 2024-01-12 14:28:09 +08:00
parent c9237e993e
commit 837e2a898a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class MemosService
end
end
def show_simple
def show_simple params, current_user
memo = Memo.find(params[:id])
memo_info = {id: memo.id,