OSDN Git Service

add missed export
authorYongfeng LI <wliyongfeng@gmail.com>
Mon, 14 May 2018 10:45:15 +0000 (18:45 +0800)
committerYongfeng LI <wliyongfeng@gmail.com>
Mon, 14 May 2018 10:45:15 +0000 (18:45 +0800)
src/api/keys.js
src/api/transactions.js

index 4ac546a..948a63d 100644 (file)
@@ -10,3 +10,5 @@ const keys = connection => {
     })
   }
 }
+
+export default keys
index f65b92b..4d3e4e1 100644 (file)
@@ -21,3 +21,5 @@ const transactions = connection => {
     listByAccountId: (accountId) => connection.request('list-transactions', {account_id: accountId})
   }
 }
+
+export default transactions()