Skip to content

Commit 3bcb873

Browse files
committed
chore: remove functions.config() API from v2 namespace
1 parent afe2f71 commit 3bcb873

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/v2/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ export { traceContext } from "../common/trace";
7575
import * as params from "../params";
7676
export { params };
7777

78-
// NOTE: Required to support the Functions Emulator which monkey patches `functions.config()`
79-
// TODO(danielylee): Remove in next major release.
80-
export { config } from "../v1/config";
81-
8278
// Required for v1 Emulator support.
8379
import { setApp as setEmulatedAdminApp } from "../common/app";
8480
export const app = { setEmulatedAdminApp };

0 commit comments

Comments
 (0)