Skip to content

Commit 9fd0ab0

Browse files
committed
fixed lint
1 parent ddeafbb commit 9fd0ab0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

packages/sdk/server-ai/src/LDAIConfigTrackerImpl.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ export class LDAIConfigTrackerImpl implements LDAIConfigTracker {
2424
private _context: LDContext,
2525
) {}
2626

27-
private _getTrackData(): { variationKey: string; configKey: string; version: number; modelName: string; providerName: string } {
27+
private _getTrackData(): {
28+
variationKey: string;
29+
configKey: string;
30+
version: number;
31+
modelName: string;
32+
providerName: string;
33+
} {
2834
return {
2935
variationKey: this._variationKey,
3036
configKey: this._configKey,

0 commit comments

Comments
 (0)