Skip to content

Commit 152d579

Browse files
authored
Merge branch 'master' into add-traceId-to-logger-write
2 parents 0458c5c + 1e4bc7d commit 152d579

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/params/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ export const storageBucket: Param<string> = new InternalExpression(
115115
* hinting during parameter resolution.
116116
*
117117
* @param name The name of the environment variable to use to load the parameter.
118-
* @param options Configuration options for the parameter.
119118
* @returns A parameter with a `string` return type for `.value`.
120119
*/
121120
export function defineSecret(name: string): SecretParam {

0 commit comments

Comments
 (0)