Skip to content

Commit

Permalink
Rename property to plainValues
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBitz committed Apr 9, 2024
1 parent 254f689 commit acd5e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export async function track(
en: eventName,
ed: props,
flags: {
plain: flagsToReport,
plainValues: flagsToReport,
},
};

Expand Down

0 comments on commit acd5e73

Please sign in to comment.