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:36:22 +02:00 committed by GitHub
parent 20a9de431b
commit 25c2ac6c06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ class IotaClientSingleton {
IotaClientSingleton.IotaClient = new ClientBuilder().node(CONFIG.IOTA_API_URL).build()
}
return IotaClientSingleton.IotaClint
return IotaClientSingleton.IotaClient
}
}