Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nikrom17 committed May 30, 2024
1 parent d3b0880 commit 4a64523
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export function getDisableSetCookie(): boolean {
return false;
}

// TODO first-render-experiment-cleanup any thing using this function should use getFirstRenderExperiments
export function getExperimentation(): Experimentation | null {
if (typeof __EXPERIMENTATION__ !== "undefined") {
if (__EXPERIMENTATION__) {
Expand Down

0 comments on commit 4a64523

Please sign in to comment.