Skip to content

Commit bcceae6

Browse files
committed
Release v1.1.0
Former-commit-id: c9363ef
2 parents 48cfc58 + 7f94542 commit bcceae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (h *Handler) HandleIncomingMessage(msg pubsub.Message, handleTextMessage fu
8686
panic(err)
8787
}
8888
for i := 0; i < len(respond.Topics); i++ {
89-
h.networkTopics.Add(respond.Topics[i]) // TODO Fix NPE
89+
h.networkTopics.Add(respond.Topics[i])
9090
}
9191
default:
9292
fmt.Printf("\nUnknown message type: %#x\n", message.Flag)

0 commit comments

Comments
 (0)