Skip to content

Commit

Permalink
remove double comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mellson committed Nov 14, 2023
1 parent d2da7bb commit fd27eca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/machine-extractor/src/sky/skyConfigNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const StringLiteralOrEnvKey = unionType([
throw new Error("Couldn't find API key in any of the env files");
}

// Let's find the last part of the expression (identifier), e.g. `API_KEY` in `process.env.API_KEY`
// Let's find the last part of the expression, e.g. `API_KEY` in `process.env.API_KEY`
const envVariableName = context
.getNodeSource(node)
Expand Down

0 comments on commit fd27eca

Please sign in to comment.