From ac6bbc35874aaac65eee1017016c7fffa04feba3 Mon Sep 17 00:00:00 2001 From: mahan Date: Wed, 26 Nov 2025 20:15:54 +0330 Subject: [PATCH] service --- .../InfraStructure/NullFaceEmbeddingNotificationService.cs | 1 - 1 file changed, 1 deletion(-) 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; } } -