Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannisj committed Dec 2, 2024
1 parent 5ec7526 commit 6250eda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion posthog-core/test/test-utils/PostHogCoreTestClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ export interface PostHogCoreTestClientMocks {
export class PostHogCoreTestClient extends PostHogCore {
public _cachedDistinctId?: string

constructor(private mocks: PostHogCoreTestClientMocks, apiKey: string, options?: PostHogCoreOptions) {
constructor(
private mocks: PostHogCoreTestClientMocks,
apiKey: string,
options?: PostHogCoreOptions
) {
super(apiKey, options)

this.setupBootstrap(options)
Expand Down
2 changes: 1 addition & 1 deletion posthog-react-native/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export type PostHogSessionReplayConfig = {
* Experimental support (UIKit only)
* iOS only
* Default: false
*
*
* @deprecated This property has no effect and will be removed in the next major release. To learn how to manually mask user photos please see our Privacy controls documentation: https://posthog.com/docs/session-replay/privacy?tab=React+Native
*/
maskPhotoLibraryImages?: boolean
Expand Down

0 comments on commit 6250eda

Please sign in to comment.