Skip to content

Commit

Permalink
Merge pull request #350 from systemli/Make-Description-optional
Browse files Browse the repository at this point in the history
🔧 Make Description optional
  • Loading branch information
0x46616c6b authored Jan 20, 2025
2 parents 1555119 + 73f9664 commit ee91d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/tickers.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ func updateTicker(t *storage.Ticker, c *gin.Context) error {
var body struct {
Domain string `json:"domain" binding:"required"`
Title string `json:"title" binding:"required"`
Description string `json:"description" binding:"required"`
Description string `json:"description"`
Active bool `json:"active"`
Information struct {
Author string `json:"author"`
Expand Down

0 comments on commit ee91d27

Please sign in to comment.