add miss field init in sakila data service initial

r/paopao-ce-plus
Michael Li 12 months ago
parent 10b54a27eb
commit a79ea4c555
No known key found for this signature in database

@ -68,6 +68,7 @@ func NewDataService() (core.DataService, core.VersionInfo) {
CommentManageService: newCommentManageService(_db),
UserManageService: newUserManageService(_db),
ContactManageService: newContactManageService(_db),
UserRelationService: newUserRelationService(_db),
FollowingManageService: newFollowingManageService(_db),
SecurityService: newSecurityService(_db, pvs),
AttachmentCheckService: security.NewAttachmentCheckService(),

Loading…
Cancel
Save