Skip to content

Commit 9a61aef

Browse files
committed
fix(cli): Changing migrate to regular function
1 parent 144e043 commit 9a61aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/commands/generic.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ const client = new Command("client")
303303
success()
304304
}));
305305

306-
const migrate = async () => {
306+
async function migrate() {
307307
if (!globalConfig.has('endpoint') || !globalConfig.has('cookie')) {
308308
return;
309309
}

0 commit comments

Comments
 (0)