1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-31 13:47:02 +02:00
This commit is contained in:
Gastón Fournier 2025-06-19 09:28:16 +00:00
parent 3ef7e41bd6
commit 374679082f

View File

@ -135,10 +135,7 @@ export class FrontendApiService {
ip,
);
if (
metrics.instanceId &&
typeof sdkVersion === 'string'
) {
if (metrics.instanceId && typeof sdkVersion === 'string') {
const client = {
appName: metrics.appName,
instanceId: metrics.instanceId,