Fix a typo in an error

This commit is contained in:
Daniel Abramov
2023-06-09 17:40:46 +02:00
parent 28d9f59eb3
commit 7effbd6a35

View File

@@ -58,7 +58,7 @@ func main() {
// Check if the key and secret are empty.
if key == "" || secret == "" {
log.Fatal("LIVEKIT_KIT and LIVEKIT_SECRET environment variables must be set")
log.Fatal("LIVEKIT_KEY and LIVEKIT_SECRET environment variables must be set")
}
handler := &Handler{