Skip to content

Commit e6099c6

Browse files
committed
Use more Socket in API descriptions
1 parent 28beb2e commit e6099c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/ci/fetch-default-org-slug.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function getDefaultOrgSlug(): Promise<CResult<string>> {
1212
if (defaultOrgResult) {
1313
debugFn(
1414
'notice',
15-
'use: org from defaultOrg value of socket/settings local app data',
15+
'use: org from "defaultOrg" value of socket/settings local app data',
1616
defaultOrgResult,
1717
)
1818
return { ok: true, data: defaultOrgResult }
@@ -53,7 +53,7 @@ export async function getDefaultOrgSlug(): Promise<CResult<string>> {
5353
}
5454
}
5555

56-
debugFn('notice', 'resolve: org from API', slug)
56+
debugFn('notice', 'resolve: org from Socket API', slug)
5757

5858
return {
5959
ok: true,

0 commit comments

Comments
 (0)