Skip to content

Commit

Permalink
lint run
Browse files Browse the repository at this point in the history
Signed-off-by: Musilah <[email protected]>
  • Loading branch information
Musilah committed Mar 22, 2024
1 parent 5ec1780 commit afe81c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/openapi/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ components:
]
relation:
type: string
enum: ["administrator", "editor","viewer","member"]
enum: ["administrator", "editor", "viewer", "member"]
example: "administrator"
description: Policy relations.
required:
Expand Down
2 changes: 1 addition & 1 deletion api/openapi/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1233,7 +1233,7 @@ components:
properties:
role:
type: string
enum: ["admin","user"]
enum: ["admin", "user"]
example: user
description: User role example.
required:
Expand Down

0 comments on commit afe81c7

Please sign in to comment.