mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
style: fix linting
This commit is contained in:
parent
744c265ac5
commit
680c06598c
@ -125,7 +125,11 @@ export class FeatureToggleListBuilder {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.internalQuery.leftJoin('environments', 'environments.name', 'last_seen_at_metrics.environment');
|
this.internalQuery.leftJoin(
|
||||||
|
'environments',
|
||||||
|
'environments.name',
|
||||||
|
'last_seen_at_metrics.environment',
|
||||||
|
);
|
||||||
|
|
||||||
return this;
|
return this;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user