Skip to content

Commit

Permalink
remove node-fetch require
Browse files Browse the repository at this point in the history
  • Loading branch information
pleary committed Jul 10, 2024
1 parent 1411fc4 commit ddaec07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/controllers/v2/app_build_info_controller.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// eslint-disable-next-line camelcase
const { build_info } = require( "inaturalistjs" );
const process = require( "process" );
const fetch = require( "node-fetch" );
const InaturalistAPI = require( "../../inaturalist_api" );
const util = require( "../../util" );
const config = require( "../../../config" );
Expand Down

0 comments on commit ddaec07

Please sign in to comment.