Skip to content

Commit baceb44

Browse files
committed
Add todo to make sure that event logo gets checked
Signed-off-by: Matt Stratton <matt.stratton@gmail.com>
1 parent e384111 commit baceb44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

event/event.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ var qsCreateEvent = []*survey.Question{
126126
Message: "Enter the path to your event's square logo, for use on the main home page. [optional]",
127127
Help: "Path to logo image. Must be a PNG file, 600 x 600 px. Example: /Users/mattstratton/Pictures/chicago-square.png.",
128128
},
129+
// @TODO Check for png on event logo
129130
Validate: func(val interface{}) error {
130131
str, _ := val.(string)
131132
if str != "" {

0 commit comments

Comments
 (0)