mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-09 00:53:07 +00:00
fix httpclient logScope 'topic' to 'topics'
This commit is contained in:
parent
b4a3273152
commit
0cdeb04a12
@ -3,7 +3,7 @@ import chronicles, httputils, asyncdispatch2
|
||||
import ../client
|
||||
|
||||
logScope:
|
||||
topic = "JSONRPC-HTTP-CLIENT"
|
||||
topics = "JSONRPC-HTTP-CLIENT"
|
||||
|
||||
type
|
||||
HttpClientOptions* = object
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user