Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchou-google committed Oct 9, 2023
1 parent 9d76421 commit 89c30c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/runtime/auto-prompt-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ export class AutoPromptManager {
private async handleFrequencyCappingLocalStorage_(
analyticsEvent: AnalyticsEvent
): Promise<void> {
// TODO(b/300963305): manually triggered prompts should also be excluded.
if (
!INTERVENTION_TO_STORAGE_KEY_MAP.has(analyticsEvent) ||
!this.isClosable_
Expand Down

0 comments on commit 89c30c4

Please sign in to comment.