Enforce single quotes
This commit is contained in:
@@ -87,7 +87,7 @@ export class PermQuery extends Query {
|
||||
}
|
||||
|
||||
public sync(): PermQuery {
|
||||
throw new AccessControlError("Sync method is not allowed on PermissionManager!");
|
||||
throw new AccessControlError('Sync method is not allowed on PermissionManager!');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user