Skip to content

Commit

Permalink
Update examples/gno.land/p/demo/forms/create.gno
Browse files Browse the repository at this point in the history
Co-authored-by: Guilhem Fanton <[email protected]>
  • Loading branch information
agherasie and gfanton authored Aug 2, 2024
1 parent f4e7378 commit 8da6592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/forms/create.gno
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type times struct {
func parseDates(openAt string, closeAt string) (times, error) {
var openAtTime, closeAtTime *time.Time

dateFormat := "2006-01-02T15:04:05Z"
const dateFormat = "2006-01-02T15:04:05Z"

// Parse openAt if it's not empty
if openAt != "" {
Expand Down

0 comments on commit 8da6592

Please sign in to comment.