mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-17 02:29:10 +00:00
temp commit
This commit is contained in:
parent
e86f7ff68e
commit
6fb39d6c4d
22 changed files with 282 additions and 39 deletions
|
@ -1,8 +1,10 @@
|
|||
// @flow
|
||||
import superagent from 'superagent'
|
||||
import RPCError from './error'
|
||||
import RPCError from './error.js'
|
||||
import retry from 'async-retry'
|
||||
|
||||
export { RPCError }
|
||||
|
||||
export type RPCResponse = {
|
||||
response?: mixed,
|
||||
hash?: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue