We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556653d commit b6dd35aCopy full SHA for b6dd35a
event/event.go
@@ -131,7 +131,6 @@ var qsCreateEvent = []*survey.Question{
131
Message: "Enter the path to your event's square logo, for use on the main home page. [optional]",
132
Help: "Path to logo image. Must be a PNG file, 600 x 600 px. Example: /Users/mattstratton/Pictures/chicago-square.png.",
133
},
134
- // @TODO Check for png on event logo
135
Validate: func(val interface{}) error {
136
str, _ := val.(string)
137
if str != "" {
0 commit comments