mirror of
https://github.com/logos-storage/nim-json-rpc.git
synced 2026-01-04 22:53:07 +00:00
fix result not found by changing import order...
This commit is contained in:
parent
7dcdf159e1
commit
14ef63294e
@ -1,4 +1,4 @@
|
||||
import ../ rpcserver, unittest, asyncdispatch, json, tables
|
||||
import unittest, asyncdispatch, json, tables, ../ rpcserver
|
||||
|
||||
type
|
||||
# some nested types to check object parsing
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import ../ rpcserver, ../ rpcclient, unittest, asyncdispatch, json, tables
|
||||
import ../ rpcclient, ../ rpcserver, unittest, asyncdispatch, json, tables
|
||||
|
||||
#[
|
||||
TODO: Importing client before server causes the error:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user