Skip to content

Commit aff94a8

Browse files
committed
chore: format code
1 parent db97aa1 commit aff94a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/update-geo-data/maxmind-api.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ export async function getLastModifiedDate() {
3232
/**
3333
* Download the MaxMind CSV database
3434
*/
35-
export async function downloadMaxMindDatabase(downloadPath: string): Promise<string> {
35+
export async function downloadMaxMindDatabase(
36+
downloadPath: string,
37+
): Promise<string> {
3638
const { url, headers } = getClient();
3739

3840
const response = await fetch(url, {

0 commit comments

Comments
 (0)