chore: stabilize lint and verify builds
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"quyun/v2/providers/event"
|
||||
|
||||
"github.com/ThreeDotsLabs/watermill/message"
|
||||
"github.com/sirupsen/logrus"
|
||||
logrus "github.com/sirupsen/logrus"
|
||||
"go.ipao.vip/atom/contracts"
|
||||
)
|
||||
|
||||
@@ -24,6 +24,7 @@ type UserRegister struct {
|
||||
|
||||
func (e *UserRegister) Prepare() error {
|
||||
e.log = logrus.WithField("module", "events.subscribers.user_register")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user