@@ -171,6 +171,7 @@ public class ApiController {
throw new ResponseStatusException(HttpStatus.CONFLICT, "Email already existing");
} else {
volunteer.setEventUuid(uuid);
+ volunteer.setImported(false);
return repositoryVolunteer.save(volunteer);
}