Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
🎨 Removed useless imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeisbrendan03 committed Jan 12, 2021
1 parent 766d215 commit 138d99b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tpcofficial/big-oauth2",
"version": "0.1.49",
"version": "0.1.50",
"description": "A OAuth2 module to easily allow you to integrate your applications authentication with 3rd party IdPs. Returns user data with minimal code to help you create and manage users in your databases!",
"main": "index.js",
"scripts": {
Expand Down
3 changes: 0 additions & 3 deletions providers/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
* 3. Send the access token to an API
*
*/
const fetch = require('node-fetch');
const log = require('../lib/logging-debug');

class DiscordHandler {
constructor(configobj,extraOptions = {}) {
if (!configobj)
Expand Down
3 changes: 0 additions & 3 deletions providers/google.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
* 3. Send the access token to an API
*
*/
const fetch = require('node-fetch');
const log = require('../lib/logging-debug');

class GoogleHandler {

constructor(configobj,extraOptions = {}) {
Expand Down

0 comments on commit 138d99b

Please sign in to comment.