Skip to content

Commit

Permalink
refactor: change default name for model format to improve help text (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris authored Sep 3, 2024
2 parents 8b12e7d + 2f2d234 commit 36091f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/authorizationmodel/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
type ModelFormat string

const (
ModelFormatDefault ModelFormat = "default"
ModelFormatDefault ModelFormat = "autodetect"
ModelFormatJSON ModelFormat = "json"
ModelFormatFGA ModelFormat = "fga"
ModelFormatModular ModelFormat = "modular"
Expand Down

0 comments on commit 36091f0

Please sign in to comment.