Update backend/src/apis/IotaConnector.ts

Co-authored-by: Ulf Gebhardt <ulf.gebhardt@webcraft-media.de>
This commit is contained in:
einhornimmond 2023-06-15 09:33:22 +02:00 committed by GitHub
parent e2c2faeaf0
commit 9db14ec5c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import { backendLogger as logger } from '@/server/logger'
*/
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
class IotaClientSingleton {
private static IotaClint: Client
private static IotaClient: Client
/**
* The Singleton's constructor should always be private to prevent direct