fix(perms): Fix wrong table names in permissions scope

This commit is contained in:
2024-11-21 01:57:50 -05:00
parent 645b4b63aa
commit 07a04e9e8b
4 changed files with 64 additions and 42 deletions

View File

@@ -1,6 +1,8 @@
{
"conventionalCommits.scopes": [
"homepage",
"repo"
"repo",
"auth",
"perms"
]
}