Fix comment

This commit is contained in:
Gabe Kangas 2022-11-28 20:27:36 -08:00
parent d503c8a2e0
commit 5d51c73cd9

View file

@ -1,6 +1,6 @@
package models
// StreamKey represents a single stream key
// StreamKey represents a single stream key.
type StreamKey struct {
Key string `json:"key"`
Comment string `json:"comment"`