Skip to content

Commit ca96bb1

Browse files
committed
add ticket number to todo's
1 parent a830ac6 commit ca96bb1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ export class KnockGuideClient {
270270
) {
271271
const {
272272
trackLocationFromWindow = true,
273-
// TODO: Remove this option once we ship guide toolbar v2, and offload
274-
// as much debugging specific logic and responsibilities to toolbar.
273+
// TODO(KNO-11523): Remove once we ship guide toolbar v2, and offload as
274+
// much debugging specific logic and responsibilities to toolbar.
275275
trackDebugParams = false,
276276
throttleCheckInterval = DEFAULT_COUNTER_INCREMENT_INTERVAL,
277277
} = options;
@@ -1190,7 +1190,7 @@ export class KnockGuideClient {
11901190
return;
11911191
}
11921192

1193-
// TODO: Remove below once we ship toolbar v2.
1193+
// TODO(KNO-11523): Remove below once we ship toolbar v2.
11941194

11951195
// If entering debug mode, fetch all guides.
11961196
const currentDebugParams = this.store.state.debug || {};

0 commit comments

Comments
 (0)