diff --git a/services/default/service.go b/services/default/service.go index 35fd36a..e218590 100644 --- a/services/default/service.go +++ b/services/default/service.go @@ -292,7 +292,6 @@ func (s *Service) HandleSurveyResultsQuery(resq *SurveyResultsQuery) (network.Me log.Lvl1(s.ServerIdentity(), " completed the query processing...") - survey := castToSurvey(s.Survey.Get((string)(resq.SurveyID))) results := survey.PullDeliverableResults(false, libunlynx.CipherText{}) s.Survey.Put(string(resq.SurveyID), survey)