Skip to content

Commit

Permalink
resolve lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanpharvey committed Jul 8, 2023
1 parent e10d57d commit 39c73c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/lambda/functions/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ export const maskEnvVar = (key: string, value: string) => {

/**
* Returns a function to be used as replacer in `JSON.stringify`.
*
*
* In `JSON.stringify` the passed value is the Lambda `FunctionConfiguration`.
* This method requires the `Environment.Variables` object, since each property
* passed to `JSON.stringify` is iterated over by the function. If the current
Expand Down

0 comments on commit 39c73c6

Please sign in to comment.