Skip to content

Commit

Permalink
Added cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nang-dev committed Oct 18, 2024
1 parent 49cb648 commit 8cea8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pearaiServer/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { SERVER_URL } from "../util/parameters";
import { getHeaders } from "./stubs/headers";


// Privacy Policy: https://trypear.ai/privacy - We send this anonymous data to our servers to help us improve the product and check for upstream security issues.
// Privacy Policy: https://trypear.ai/privacy-app - We send this anonymous data to our servers to help us improve the product and check for upstream security issues.
// You can opt-out of this by setting sendAnonymouseTelemetry to false in your config.json in ~/.pearai
export async function anonymousTelemetryLog(event: string, options: any) {
const baseHeaders = await getHeaders();
Expand Down

0 comments on commit 8cea8d0

Please sign in to comment.