1
0
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:
huyng
2019-08-15 14:40:22 +07:00
committed by seta-davenguyen
parent 8c28261fee
commit 7171328072

View File

@ -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 {
} }