1
0
forked from baron/baron-sso

chore: fix workspace formatting (devfront, backend, adminfront)

This commit is contained in:
2026-04-03 15:12:27 +09:00
parent 59d53bc1b2
commit 95aba376b1
4 changed files with 6 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ func (m *AsyncMockUserRepo) Update(ctx context.Context, user *domain.User) error
}
return args.Error(0)
}
func (m *AsyncMockUserRepo) Delete(ctx context.Context, id string) error { return nil }
func (m *AsyncMockUserRepo) Delete(ctx context.Context, id string) error { return nil }
func (m *AsyncMockUserRepo) FindByEmail(ctx context.Context, email string) (*domain.User, error) {
return nil, nil
}