test
This commit is contained in:
parent
51f95af8a8
commit
00a976cd36
2
def.go
2
def.go
@ -70,7 +70,7 @@ func fromChatWarsDate(d string) (t time.Time, err error) {
|
||||
log.Printf("fromChatWarsDate : Minute : %s\n", r.ReplaceAllString(d, "${Minute}"), objId)
|
||||
return time.Now(), nil
|
||||
} else {
|
||||
return nil, errors.New("Wrong format")
|
||||
return time.Now(), errors.New("Wrong format")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user