Skip to content

Commit bf724c4

Browse files
committed
Update src/params/types.ts
1 parent b7a314d commit bf724c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/params/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export abstract class Expression<T extends string | number | boolean | string[]>
3232
value(): T {
3333
if (process.env.FIREBASE_DISCOVERY_DIR) {
3434
logger.warn(
35-
`${this.toString()}.value() invoked during Function configuration, instead of during runtime.`
35+
`${this.toString()}.value() invoked during function deployment, instead of during runtime.`
3636
);
3737
logger.warn(
3838
`This is usually a mistake. In configs, use Params directly without calling .value().`

0 commit comments

Comments
 (0)