Skip to content

Commit 439b371

Browse files
committed
fix: bin: currify
1 parent e418284 commit 439b371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/cloudcmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ async function help() {
323323
});
324324

325325
const {default: forEachKey} = await import('for-each-key');
326-
const {currify} = await import('currify');
326+
const {default: currify} = await import('currify');
327327

328328
const usage = 'Usage: cloudcmd [options]';
329329
const url = Info.homepage;

0 commit comments

Comments
 (0)