We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28beb2e commit e6099c6Copy full SHA for e6099c6
src/commands/ci/fetch-default-org-slug.mts
@@ -12,7 +12,7 @@ export async function getDefaultOrgSlug(): Promise<CResult<string>> {
12
if (defaultOrgResult) {
13
debugFn(
14
'notice',
15
- 'use: org from defaultOrg value of socket/settings local app data',
+ 'use: org from "defaultOrg" value of socket/settings local app data',
16
defaultOrgResult,
17
)
18
return { ok: true, data: defaultOrgResult }
@@ -53,7 +53,7 @@ export async function getDefaultOrgSlug(): Promise<CResult<string>> {
53
}
54
55
56
- debugFn('notice', 'resolve: org from API', slug)
+ debugFn('notice', 'resolve: org from Socket API', slug)
57
58
return {
59
ok: true,
0 commit comments