Skip to content

Commit

Permalink
Merge branch 'staging' into sprint-july-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan authored Aug 11, 2023
2 parents 012b427 + 4cdc1e5 commit 6ce9beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,9 @@ var migrateCmd = &cobra.Command{
err = migration.StartMigration()
if err != nil {
return err
} else {
fmt.Println("Migration completed successfully")
}
fmt.Println("Migration completed successfully")
return nil
},
}
Expand All @@ -244,7 +245,6 @@ func getTimeFromDHString(s string) (t time.Time, err error) {
duration := time.Hour*24*time.Duration(days) + time.Hour*time.Duration(hours)
t = time.Now().Add(-duration)


return
}

Expand Down

0 comments on commit 6ce9beb

Please sign in to comment.