Skip to content

Commit

Permalink
remove developer field from telemetry (duplicate)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Jan 2, 2025
1 parent deadc3b commit 310324c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/globals/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export const telemetrySchema = z.object({
blueprint: z.object({
version: z.string().max(31),
docker: z.boolean(),
developer: z.boolean(),

flags: z.object({
disable_attribution: z.boolean(),
Expand Down

0 comments on commit 310324c

Please sign in to comment.