mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
Lint
This commit is contained in:
parent
3ef7e41bd6
commit
374679082f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user