1
0
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:
Nuno Góis 2023-11-28 09:38:33 +00:00
parent 744c265ac5
commit 680c06598c
No known key found for this signature in database
GPG Key ID: 71ECC689F1091765

View File

@ -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;
};