Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaroise committed Aug 27, 2024
1 parent e1eaa0c commit 3d4469a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studioShared/lib/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ if (!token) {
throw new Error(
`Missing SANITY_API_TOKEN for ${
process.env.NODE_ENV === "development" ? "development" : "production"
} environment`
} environment`,
);
}

experimental_taintUniqueValue(
"Do not pass the sanity API read token to the client.",
process,
token
token,
);

0 comments on commit 3d4469a

Please sign in to comment.