fixfix
All checks were successful
deploy / deploy (push) Successful in 1m30s

This commit is contained in:
Untone 2024-02-02 16:06:57 +03:00
parent 4b249d643f
commit 40b8e020a3

View File

@ -13,7 +13,7 @@ import (
) )
// Signup is the resolver for the signup field. // Signup is the resolver for the signup field.
func (r *queryResolver) IsRegistered(ctx context.Context, email string) (*model.AuthResponse, error) { func (r *queryResolver) IsRegistered(ctx context.Context, email string) (*model.Response, error) {
return resolvers.IsRegisteredResolver(ctx, email) return resolvers.IsRegisteredResolver(ctx, email)
} }