Browse Source

fix: index read api data use params only data

tags/v4.0.0^2
yystopf 4 years ago
parent
commit
80b83c5230
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/forum/memos/get_service.rb

+ 1
- 1
app/services/forum/memos/get_service.rb View File

@@ -16,6 +16,6 @@ class Forum::Memos::GetService < Forum::ClientService
end

def url
"/memos/#{memo_id}.json".freeze
"/memos/#{memo_id}.json?only_data=true".freeze
end
end

Loading…
Cancel
Save