Skip to content

Commit

Permalink
deps: mis node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Nov 19, 2024
1 parent 9d5bf98 commit 1eab398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion evaluations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"devDependencies": {
"inquirer": "^12.0.1",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"node-fetch": "^3.3.2"
},
"engines": {
"node": ">=18.0.0"
Expand Down
1 change: 0 additions & 1 deletion evaluations/scripts/helpers/agent-request.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fetch from 'node-fetch';
import { PROJECT_CONFIG } from '../constants/index.js';
console.log('PROJECT_CONFIG: ', PROJECT_CONFIG);

export const requestAgent = async (query) => {
const data = {
Expand Down

0 comments on commit 1eab398

Please sign in to comment.