mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-10 07:46:59 +00:00
default write key to empty
This commit is contained in:
@@ -4,7 +4,7 @@ import { v4 as uuidv4 } from 'uuid'
|
||||
const Store = require('electron-store')
|
||||
const store = new Store()
|
||||
|
||||
export const analytics = new Analytics({ writeKey: process.env.TELEMETRY_WRITE_KEY })
|
||||
export const analytics = new Analytics({ writeKey: process.env.TELEMETRY_WRITE_KEY || '' })
|
||||
|
||||
export function id(): string {
|
||||
const id = store.get('id')
|
||||
|
||||
Reference in New Issue
Block a user