Skip to content

Commit

Permalink
plugins: plugin-management: Remove node-fetch import
Browse files Browse the repository at this point in the history
fetch is built into node now since 18.

Signed-off-by: René Dudfield <renedudfield@microsoft.com>
  • Loading branch information
illume committed Jul 18, 2024
1 parent e21faba commit 1a68213
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
* - plugins/headlamp-plugin/bin/headlamp-plugin.js cli
* - app/ to manage plugins.
*/
const fetch = require('node-fetch').default;
const fs = require('fs');
const os = require('os');
const zlib = require('zlib');
Expand Down

0 comments on commit 1a68213

Please sign in to comment.