Skip to content

Commit

Permalink
fix: optional (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy committed Jan 25, 2024
1 parent de0ec84 commit 259fb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/studio/internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ type Config struct {
GQLBatchSize int `json:",default=100"`
MaxBlockSize int `json:",default=0"`
PromptTemplate string `json:",default="`
}
} `json:",optional"`
}

type PathValidator struct {
Expand Down

0 comments on commit 259fb15

Please sign in to comment.