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; } }