refs #4074 deleted unused function
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alexandre Riera 2023-03-09 10:01:26 +01:00
parent 420e5fe768
commit 4d74a3d690
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ class AclService {
});
}
returnAcls() {
return this.acls;
}
hasAnyACL(model, property, accessType) {
if (this.acls) {
if (this.acls[model]) {