Skip to content

Commit ddd0c4d

Browse files
author
uless
committed
Remove extra code
1 parent 29c7411 commit ddd0c4d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Vertex.Runtime/Extensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ public static void AddVertex(this IServiceCollection serviceCollection)
1919
serviceCollection.AddSingleton<ISerializer, DefaultJsonSerializer>();
2020
serviceCollection.AddSingleton<IEventTypeContainer, EventTypeContainer>();
2121
serviceCollection.AddSingleton(typeof(TaskSourcePool<>));
22-
serviceCollection.AutoAddSnapshotHandler();
2322
}
2423

2524
private static void AutoAddSnapshotHandler(this IServiceCollection serviceCollection)

0 commit comments

Comments
 (0)