You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit cli/cmd/event/create.go
Line 40 add “event-“ to the string viper is looking for ("receiver-id")
eventReceiverID := viper.GetString("event-receiver-id")
The text was updated successfully, but these errors were encountered:
Edit cli/cmd/event/create.go
Line 40 add “event-“ to the string viper is looking for ("receiver-id")
eventReceiverID := viper.GetString("event-receiver-id")
The text was updated successfully, but these errors were encountered: