Enforce single quotes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user