Skip to content

Commit

Permalink
adding todo
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Oct 25, 2023
1 parent cc8c7d7 commit 8d0a0e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/twitterLogin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { TwitterApi } from "twitter-api-v2";
import "dotenv/config";
import express from "express";

// TODO UPDATE TO BUN
const clientId = process.env.TWITTER_OAUTH2_CLIENT_ID as string;
const clientSecret = process.env.TWITTER_OAUTH2_CLIENT_SECRET as string;
const url = "http://127.0.0.1";
Expand Down

0 comments on commit 8d0a0e4

Please sign in to comment.