mirror of https://github.com/status-im/migrate.git
Fix typo
This commit is contained in:
parent
1e60261d3f
commit
a95b13d804
|
@ -186,7 +186,7 @@ func newCommon() *Migrate {
|
|||
}
|
||||
}
|
||||
|
||||
// Close closes the the source and the database.
|
||||
// Close closes the source and the database.
|
||||
func (m *Migrate) Close() (source error, database error) {
|
||||
databaseSrvClose := make(chan error)
|
||||
sourceSrvClose := make(chan error)
|
||||
|
|
Loading…
Reference in New Issue