Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
Former-commit-id: c9363ef
  • Loading branch information
ChronosXYZ committed Jul 6, 2019
2 parents 48cfc58 + 7f94542 commit bcceae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (h *Handler) HandleIncomingMessage(msg pubsub.Message, handleTextMessage fu
panic(err)
}
for i := 0; i < len(respond.Topics); i++ {
h.networkTopics.Add(respond.Topics[i]) // TODO Fix NPE
h.networkTopics.Add(respond.Topics[i])
}
default:
fmt.Printf("\nUnknown message type: %#x\n", message.Flag)
Expand Down

0 comments on commit bcceae6

Please sign in to comment.