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 fb6d620 commit a82cb64Copy full SHA for a82cb64
svc/pkg/uc/line/auth_line.go
@@ -32,7 +32,6 @@ type AuthOutput struct {
32
UserInfo *user.User
33
}
34
35
-// TODO: handler.goの内容を分割する
36
func NewAuthCodeUseCase(rgst registry.Registry, authVerifier *line.AuthVerifier) AuthUseCase {
37
return AuthUseCase{
38
authVerifier: authVerifier,
0 commit comments