Skip to content

Commit e8c985f

Browse files
committed
cursor bot feedbacks
1 parent 87cc355 commit e8c985f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/client/src/clients/guide/client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ export class KnockGuideClient {
414414
const params = {
415415
...this.targetParams,
416416
user_id: this.knock.userId,
417-
force_all_guides: debugState?.forcedGuideKey ? true : undefined,
417+
force_all_guides:
418+
debugState?.forcedGuideKey || debugState?.debugging ? true : undefined,
418419
preview_session_id: debugState?.previewSessionId || undefined,
419420
};
420421

0 commit comments

Comments
 (0)