Fix prettier

This commit is contained in:
CEC
2022-04-12 11:12:44 +02:00
parent 748baa9bbc
commit 0b579418ad
5 changed files with 38 additions and 15 deletions
@@ -318,7 +318,7 @@ export class AuthenticateController extends BaseHttpController {
(async () => {
const param = await req.json();
adminApi.setLocale(req.header('accept-language'));
adminApi.setLocale(req.header("accept-language"));
//todo: what to do if the organizationMemberToken is already used?
const organizationMemberToken: string | null = param.organizationMemberToken;