Skip to content

Commit

Permalink
make local run
Browse files Browse the repository at this point in the history
  • Loading branch information
Skinnery committed May 8, 2018
1 parent 6d3b798 commit 7cbc062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/default/service.go
Expand Up @@ -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)
Expand Down

0 comments on commit 7cbc062

Please sign in to comment.