Skip to content

Commit

Permalink
install node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbert authored and sdobbert committed Feb 1, 2024
1 parent 4af88b0 commit c360f37
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/create-polygons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { initialize } from '../workerTemplate.js';
import logger from './child-logger.js';
import { getClient } from './get-client.js';
import { addData } from './add-to-table.js'
import fetch from "node-fetch";

import dayjs from 'dayjs';
import customParseFormat from 'dayjs/plugin/customParseFormat.js';
Expand Down
124 changes: 124 additions & 0 deletions src/create-polygons/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/create-polygons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"amqplib": "^0.8.0",
"dayjs": "^1.11.8",
"dotenv": "^16.4.1",
"node": "^21.6.1",
"pg": "^8.11.3",
"pino": "^8.8.0",
"pino-pretty": "^9.1.1"
Expand Down

0 comments on commit c360f37

Please sign in to comment.