Skip to content

Commit

Permalink
Merge branch 'main' into feat/379-consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Sep 5, 2024
2 parents 616303d + 36091f0 commit 5bee68d
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 5bee68d

Please sign in to comment.