fix: ts
This commit is contained in:
@@ -52,10 +52,6 @@ type GeoService struct {
|
||||
httpClient *http.Client
|
||||
}
|
||||
|
||||
// ============================================
|
||||
// CONSTRUCTEUR
|
||||
// ============================================
|
||||
|
||||
func NewGeoService(redisClient *redis.Client, ctx context.Context) *GeoService {
|
||||
return &GeoService{
|
||||
redis: redisClient,
|
||||
|
||||
Reference in New Issue
Block a user