diff --git a/app/meteor-accounts-saml/server/lib/Utils.ts b/app/meteor-accounts-saml/server/lib/Utils.ts index 9acd3331a4b3..20671c07a415 100644 --- a/app/meteor-accounts-saml/server/lib/Utils.ts +++ b/app/meteor-accounts-saml/server/lib/Utils.ts @@ -10,7 +10,7 @@ import { StatusCode } from './constants'; // @ToDo remove this ts-ignore someday // @ts-ignore skip checking if Logger exists to avoid having to import the Logger class here (it would bring a lot of baggage with its dependencies, affecting the unit tests) -type NullableLogger = Logger | Null; +type NullableLogger = Logger | null; let providerList: Array = []; let debug = false;