This commit is contained in:
yangduo 2024-08-20 18:36:09 +08:00
parent 4e934ad899
commit e3a6607b7f

View File

@ -35,6 +35,7 @@ type contribution struct {
func (this *contribution) init() {
this.accountContributionlist = q5.ConcurrentMap[string, *accountContribution]{}
this.emailContributionlist = q5.ConcurrentMap[string, *accountContribution]{}
this.GetGlobalContribution(true)
go this.checkContributionList()
}