diff --git a/0_Framework/InfraStructure/NullFaceEmbeddingNotificationService.cs b/0_Framework/InfraStructure/NullFaceEmbeddingNotificationService.cs index c760d2cd..5ce50b51 100644 --- a/0_Framework/InfraStructure/NullFaceEmbeddingNotificationService.cs +++ b/0_Framework/InfraStructure/NullFaceEmbeddingNotificationService.cs @@ -27,4 +27,3 @@ public class NullFaceEmbeddingNotificationService : IFaceEmbeddingNotificationSe return Task.CompletedTask; } } -