Browse Source

fix

pull/313/head
yystopf 4 years ago
parent
commit
720c073f32
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      app/services/trace/client_service.rb

+ 1
- 4
app/services/trace/client_service.rb View File

@@ -70,11 +70,8 @@ class Trace::ClientService < ApplicationService
conn.put(full_url(url), params[:data])
end

private
def conn
@client ||= Faraday.new(url: domain)

@client
Faraday.new(url: domain)
end

def base_url


Loading…
Cancel
Save