Skip to content

Commit

Permalink
Remove transition typing on CR ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
markfields committed Jan 7, 2025
1 parent 9a1b1a3 commit 646135f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/runtime/container-runtime/src/containerRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1504,10 +1504,7 @@ export class ContainerRuntime
electedSummarizerData: ISerializedElection | undefined,
chunks: [string, string[]][],
dataStoreAliasMap: [string, string][],
runtimeOptions: Readonly<
Required<Omit<IContainerRuntimeOptions, "flushMode" | "enableGroupedBatching">> &
IContainerRuntimeOptions // Let flushMode and enabledGroupedBatching be optional now since they're soon to be removed
>,
runtimeOptions: Readonly<Required<IContainerRuntimeOptions>>,
private readonly containerScope: FluidObject,
// Create a custom ITelemetryBaseLogger to output telemetry events.
public readonly baseLogger: ITelemetryBaseLogger,
Expand Down

0 comments on commit 646135f

Please sign in to comment.