File tree Expand file tree Collapse file tree
packages/client/src/clients/guide Expand file tree Collapse file tree Original file line number Diff line number Diff 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 || { } ;
You can’t perform that action at this time.
0 commit comments