Skip to content

Commit

Permalink
Update AdminServices.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 3, 2024
1 parent d249cc1 commit 2fb30e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyApp.ServiceInterface/AdminServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ await Db.InsertAsync(new StatTotals
CreatedBy = post.CreatedBy,
});
}
appConfig.ResetInitialPostId(Db);
return post;
}
}

0 comments on commit 2fb30e8

Please sign in to comment.