mirror of
https://github.com/element-hq/lk-jwt-service.git
synced 2026-03-29 08:39:55 +00:00
Fix a typo in an error
This commit is contained in:
2
main.go
2
main.go
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user