aboutsummaryrefslogtreecommitdiff
path: root/src/environment/environment.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment/environment.ts')
-rw-r--r--src/environment/environment.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment/environment.ts b/src/environment/environment.ts
index 479de91..ef48c3d 100644
--- a/src/environment/environment.ts
+++ b/src/environment/environment.ts
@@ -6,5 +6,5 @@ export const environment = {
syncInterval: 7,
cacheDir: join(home_dir() as string, ".cache", "countryfetch"),
queries:
- "all?fields=name,capital,currencies,population,flag,languages,region,subregion,timezones,latlng,capitalInfo",
+ "all?fields=name,capital,currencies,population,flag,languages,region,subregion,timezones,latlng,capitalInfo,tld",
};