|
@@ -74,7 +74,6 @@ class ExternalAccountService {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// eslint-disable-next-line import/no-mutable-exports
|
|
|
|
|
export let externalAccountService: ExternalAccountService | undefined; // singleton instance
|
|
export let externalAccountService: ExternalAccountService | undefined; // singleton instance
|
|
|
export default function instanciate(passportService: PassportService): void {
|
|
export default function instanciate(passportService: PassportService): void {
|
|
|
externalAccountService = new ExternalAccountService(passportService);
|
|
externalAccountService = new ExternalAccountService(passportService);
|