Enforce single quotes

This commit is contained in:
Sebastian Seedorf
2020-11-19 20:40:21 +01:00
parent 7f44df42e7
commit 40b148b7c7
18 changed files with 81 additions and 80 deletions

View File

@@ -88,7 +88,7 @@ class PermQuery extends Query_1.Query {
return this;
}
sync() {
throw new role_acl_1.AccessControlError("Sync method is not allowed on PermissionManager!");
throw new role_acl_1.AccessControlError('Sync method is not allowed on PermissionManager!');
}
}
exports.PermQuery = PermQuery;