Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/params/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export const storageBucket: Param<string> = new InternalExpression(
* hinting during parameter resolution.
*
* @param name The name of the environment variable to use to load the parameter.
* @param options Configuration options for the parameter.
* @returns A parameter with a `string` return type for `.value`.
*/
export function defineSecret(name: string): SecretParam {
Expand Down
Loading