You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-08-08 22:36:41 +02:00
Use ctx param from outer function
This commit is contained in:
@ -244,7 +244,7 @@ func migrationList(ctx context.Context, db *sqlx.DB, log *log.Logger, isUnittest
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
countries := geonames.ValidGeonameCountries(context.Background())
|
countries := geonames.ValidGeonameCountries(ctx)
|
||||||
if isUnittest {
|
if isUnittest {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user