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

@@ -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!');
}
}