Skip to content

Commit

Permalink
bubye
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Feb 19, 2020
1 parent 146afd7 commit 7f38334
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server.js
Expand Up @@ -11,10 +11,6 @@ const config = require('./local.json');

const T = new Twit(config);

function itMe(user) {
return user['screen_name'].toLowerCase() === config.username.toLowerCase()
}

stream.start(config, (event) => {
const tweets = event['tweet_create_events'];
if (!tweets) return;
Expand Down

0 comments on commit 7f38334

Please sign in to comment.