mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user