Skip to content

Commit f317b7e

Browse files
Update analyzer.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 5e69ded commit f317b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

landing-generator/analyzer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export class WorkerAnalyzer {
214214
* For production use, override via customAnalysis.painPoints to provide
215215
* domain-specific problems and solutions.
216216
*/
217-
private static identifyPainPoints(purpose: unknown, features: string[]): Array<{
217+
private static identifyPainPoints(): Array<{
218218
title: string;
219219
description: string;
220220
solution: string;

0 commit comments

Comments
 (0)