Enhance Admin User Listing (#427) #471

Merged
techknowlogick merged 23 commits from noerw/tea:admin-list-users into admin-list-users 2022-03-17 02:09:41 +00:00
Showing only changes of commit 0e24009fe9 - Show all commits

View File

@ -55,7 +55,7 @@ func runMilestonesCreate(cmd *cli.Context) error {
deadline := &time.Time{}
if date != "" {
t, err := dateparse.ParseAny(date)
if err == nil {
if err != nil {
return err
}
deadline = &t