Skip to content

Commit 99d8435

Browse files
committed
fix: cloudcmd: exports
1 parent 30f42e9 commit 99d8435

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

server/cloudcmd.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {fullstore} from 'fullstore';
66
import currify from 'currify';
77
import apart from 'apart';
88
import ponse from 'ponse';
9-
import restafary from 'restafary';
9+
import {restafary} from 'restafary';
1010
import restbox from 'restbox';
1111
import konsole from 'console-io';
1212
import {edward} from 'edward';
@@ -46,6 +46,8 @@ const clean = (a) => a.filter(notEmpty);
4646
const isUndefined = (a) => typeof a === 'undefined';
4747
const isFn = (a) => typeof a === 'function';
4848

49+
export default cloudcmd;
50+
4951
export function cloudcmd(params) {
5052
const p = params || {};
5153
const options = p.config || {};

0 commit comments

Comments
 (0)