Skip to content

Commit 73d6fb1

Browse files
committed
Refactor telemetry channel initialization by removing unnecessary options in common-preset.ts
1 parent 6ebe665 commit 73d6fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/core/src/core-server/presets/common-preset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export const experimental_serverChannel = async (
264264
initCreateNewStoryChannel(channel, options, coreOptions);
265265
initGhostStoriesChannel(channel, options, coreOptions);
266266
initOpenInEditorChannel(channel, options, coreOptions);
267-
initTelemetryChannel(channel, options, coreOptions);
267+
initTelemetryChannel(channel, options);
268268

269269
return channel;
270270
};

0 commit comments

Comments
 (0)