Skip to content

Commit 04d99d4

Browse files
Lint fix
1 parent a1a51f1 commit 04d99d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

injected/src/features/duck-ai-listener.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1389,7 +1389,7 @@ class DuckAiPromptTelemetry {
13891389
}
13901390

13911391
this.sendPixel(pixelName, {
1392-
contextLength: contextData.fullContentLength
1392+
contextLength: contextData.fullContentLength,
13931393
});
13941394
}
13951395

0 commit comments

Comments
 (0)