Skip to content

Commit

Permalink
fix: fix typo in initBuiltInPermission()
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Apr 30, 2024
1 parent 3d29e27 commit 8d08140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ func initBuiltInPermission() {
Groups: []string{},
Roles: []string{},
Domains: []string{},
Model: "model-built-in",
Model: "user-model-built-in",
Adapter: "",
ResourceType: "Application",
Resources: []string{"app-built-in"},
Expand Down

0 comments on commit 8d08140

Please sign in to comment.