调整
This commit is contained in:
parent
4e934ad899
commit
e3a6607b7f
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user