Skip to content

Commit

Permalink
Remove BaseURL from QR.
Browse files Browse the repository at this point in the history
  • Loading branch information
masv3971 committed Dec 18, 2024
1 parent 59b3f4e commit c924575
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/model/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type PDF struct {

// QRCfg holds the qr configuration
type QRCfg struct {
BaseURL string `yaml:"base_url" validate:"required"`
RecoveryLevel int `yaml:"recovery_level" validate:"required,min=0,max=3"`
Size int `yaml:"size" validate:"required"`
IssuingBaseURL string `yaml:"issuing_base_url" validate:"required"`
Expand Down

0 comments on commit c924575

Please sign in to comment.