Skip to content

Commit

Permalink
Remove node-fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienHH committed Jan 20, 2025
1 parent 33e575f commit 117e0cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/TokenManagers/MinecraftBedrockServicesManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const debug = require('debug')('prismarine-auth')
const fetch = require('node-fetch')

const { Endpoints } = require('../common/Constants')
const { checkStatus } = require('../common/Util')
Expand Down
1 change: 0 additions & 1 deletion src/TokenManagers/PlayfabTokenManager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const debug = require('debug')('prismarine-auth')
const fetch = require('node-fetch')

const { Endpoints } = require('../common/Constants')

Expand Down

0 comments on commit 117e0cf

Please sign in to comment.