Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Oct 25, 2024
1 parent 6b4cc94 commit 53aa3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default async function functionName(
// For some reason only this lib supported KITTYCAD_TOKEN, so we need to
// check for that as well.
const kittycadToken = client
? client.token
? client.token || process.env.ZOO_API_TOKEN || ''
: process.env.KITTYCAD_TOKEN ||
process.env.KITTYCAD_API_TOKEN ||
process.env.ZOO_API_TOKEN ||
Expand Down

0 comments on commit 53aa3ef

Please sign in to comment.