Skip to content

Commit 271ebb9

Browse files
authored
fix: disabling typescript projects for now (#68)
Co-authored-by: Dimy Jeannot <>
1 parent d2d70f0 commit 271ebb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

go/oeco-sdk/v2beta/error_reasons.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ const (
66
ReasonInvalidFormat = "INVALID_FORMAT"
77
ReasonNotAllowed = "NOT_ALLOWED"
88
ReasonDuplicate = "DUPLICATE"
9-
10-
ReasonMissingField = "MISSING_FIELD"
9+
ReasonMissingField = "MISSING_FIELD"
1110
)

0 commit comments

Comments
 (0)