Skip to content

Commit

Permalink
Remove field.WithRequired(false)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGoldschmidt committed Jan 30, 2025
1 parent a5912eb commit b34125b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/baton-lucidchart/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var (
LucidCodeKeyField = field.StringField(
"lucid-code",
field.WithDescription("The code key for the Lucidchart API."),
field.WithRequired(false),
)

LucidClientIdField = field.StringField(
Expand All @@ -39,7 +38,6 @@ var (
LucidRefreshTokenField = field.StringField(
"lucid-refresh-token",
field.WithDescription("The refresh token for the Lucidchart API."),
field.WithRequired(false),
)

// ConfigurationFields defines the external configuration required for the
Expand Down

0 comments on commit b34125b

Please sign in to comment.