We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562f9dc commit 6ee133aCopy full SHA for 6ee133a
app/events/usecase/create_registration_event.go
@@ -12,6 +12,7 @@ import (
12
"github.com/hammer-code/lms-be/pkg/email"
13
"github.com/hammer-code/lms-be/pkg/hash"
14
"github.com/hammer-code/lms-be/utils"
15
+ "github.com/sirupsen/logrus"
16
)
17
18
func (uc usecase) CreateRegistrationEvent(ctx context.Context, payload domain.RegisterEventPayload) (domain.RegisterEventResponse, error) {
0 commit comments