Skip to content

Commit

Permalink
random comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Nov 26, 2024
1 parent 4566038 commit de6c8b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/__tests__/site-apps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// __tests__/site-apps.ts

import { SiteApps } from '../site-apps'
import { PostHogPersistence } from '../posthog-persistence'
import { RequestRouter } from '../utils/request-router'
Expand Down
1 change: 1 addition & 0 deletions src/site-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class SiteApps {
}
}
for (const { id, url } of response['siteApps']) {
// TODO: if we have opted out and "type" is "site_destination", ignore it... but do include "site_app" types
this.appsLoading.add(id)
assignableWindow[`__$$ph_site_app_${id}_posthog`] = this.instance
assignableWindow[`__$$ph_site_app_${id}_missed_invocations`] = () => this.missedInvocations
Expand Down

0 comments on commit de6c8b9

Please sign in to comment.