Skip to content

Commit 1e4bc7d

Browse files
manicmaniactaeold
andauthored
Remove param tag that does not exist (#1429)
Co-authored-by: Daniel Lee <[email protected]>
1 parent 2358cc1 commit 1e4bc7d

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)