File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,9 @@ import (
8
8
// APIError represents a Sentry API Error response.
9
9
// Should look like:
10
10
//
11
- // type apiError struct {
12
- // Detail string `json:"detail"`
13
- // }
14
- //
11
+ // type apiError struct {
12
+ // Detail string `json:"detail"`
13
+ // }
15
14
type APIError struct {
16
15
f interface {} // unknown
17
16
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ type OrganizationIntegration struct {
25
25
Icon string `json:"icon"`
26
26
DomainName string `json:"domainName"`
27
27
AccountType string `json:"accountType"`
28
- Scopes []string `json:"scopes"`
28
+ Scopes []string `json:"scopes"`
29
29
Status string `json:"status"`
30
30
Provider OrganizationIntegrationProvider `json:"provider"`
31
31
You can’t perform that action at this time.
0 commit comments