Skip to content

Commit 071bc44

Browse files
committed
remove options
1 parent 6853737 commit 071bc44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nextjs/src/edge/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function init(options: VercelEdgeOptions = {}): void {
6363
);
6464
}
6565

66-
const customDefaultIntegrations = getDefaultIntegrations(options);
66+
const customDefaultIntegrations = getDefaultIntegrations();
6767

6868
// This value is injected at build time, based on the output directory specified in the build config. Though a default
6969
// is set there, we set it here as well, just in case something has gone wrong with the injection.

0 commit comments

Comments
 (0)