Skip to content

Commit d69403b

Browse files
committed
fix: revert command custom api host workaround
1 parent 7232b11 commit d69403b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ class BaseCommand extends Command {
147147
siteId: argv.siteId || (typeof argv.site === 'string' && argv.site) || state.get('siteId'),
148148
token,
149149
mode: 'cli',
150-
apiHost: host,
150+
host,
151151
pathPrefix,
152152
scheme,
153153
offline,

0 commit comments

Comments
 (0)