We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db97aa1 commit aff94a8Copy full SHA for aff94a8
scripts/update-geo-data/maxmind-api.ts
@@ -32,7 +32,9 @@ export async function getLastModifiedDate() {
32
/**
33
* Download the MaxMind CSV database
34
*/
35
-export async function downloadMaxMindDatabase(downloadPath: string): Promise<string> {
+export async function downloadMaxMindDatabase(
36
+ downloadPath: string,
37
+): Promise<string> {
38
const { url, headers } = getClient();
39
40
const response = await fetch(url, {
0 commit comments