aboutsummaryrefslogtreecommitdiff
path: root/src/environment/environment.ts
diff options
context:
space:
mode:
authorpridon <[email protected]>2022-06-24 19:30:47 +0400
committerpridon <[email protected]>2022-06-24 19:30:47 +0400
commit8626e2d8e258e11837d27a1e99ef3277e7dfdf3b (patch)
tree930adb4c070108adbe709b395959462983da12be /src/environment/environment.ts
parentd8a686e743f51b20d34bf86d176c1bc1bc8f2e3c (diff)
downloadcountryfetch-8626e2d8e258e11837d27a1e99ef3277e7dfdf3b.tar.xz
countryfetch-8626e2d8e258e11837d27a1e99ef3277e7dfdf3b.zip
add top level domain, increase tabularization
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",
};