Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetbout committed Nov 9, 2023
1 parent 5256e09 commit 4aa69eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
node_modules
dist

.env
.vscode
log
Expand Down
1 change: 0 additions & 1 deletion crates/starkwhale-alert/src/twitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use twitter_v2::{
TwitterApi,
};

// TODO Update gitignore when all js gone
const PATH_TO_TOKEN_FILE: &str = "./db/token.json";
pub async fn tweet(text_to_tweet: String) {
info!("Tweet start");
Expand Down

0 comments on commit 4aa69eb

Please sign in to comment.