From 2fb30e8c680e3a143f403d2376b790f915bee15e Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Sat, 4 May 2024 00:02:08 +0800 Subject: [PATCH] Update AdminServices.cs --- MyApp.ServiceInterface/AdminServices.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MyApp.ServiceInterface/AdminServices.cs b/MyApp.ServiceInterface/AdminServices.cs index 3190327..cd64fff 100644 --- a/MyApp.ServiceInterface/AdminServices.cs +++ b/MyApp.ServiceInterface/AdminServices.cs @@ -106,6 +106,7 @@ await Db.InsertAsync(new StatTotals CreatedBy = post.CreatedBy, }); } + appConfig.ResetInitialPostId(Db); return post; } }