Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 7ba46d2

Browse files
committed
fixup! Add more coder-sdk update, create, and delete operations
1 parent d3efedc commit 7ba46d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coder-sdk/org.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func (c Client) OrganizationByID(ctx context.Context, orgID string) (*Organizati
4040
var org Organization
4141
err := c.requestBody(ctx, http.MethodGet, "/api/orgs/"+orgID, nil, &org)
4242
if err != nil {
43-
return nil, err
43+
return nil, err
4444
}
4545
return &org, nil
4646
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy