Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Oct 20, 2024
1 parent 869cdc4 commit 11e0c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion counter_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
type CounterTemplate struct {
Settings

WorkingDirectory string `json:"working_directory,omitempty" default:"."`
WorkingDirectory string `json:"working_directory,omitempty"`

Rows int `json:"rows,omitempty" default:"2" jsonschema_description:"Number of rows, required when creating tiled based sheets for printing or TTS"`
Columns int `json:"columns,omitempty" default:"2" jsonschema_description:"Number of columns, required when creating tiled based sheets for printing or TTS"`
Expand Down

0 comments on commit 11e0c53

Please sign in to comment.