You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.
This app is randomly duplicating tweets for some weird reason.
For example, when you keep only 3 tweets in the sample data, dashboard reports 6.
Any idea what might be causing this?
Here is the code I replaced in server/src/data/SampleTweets.ts
const tweets = [
{
text: '@JetBlue @FLLFlyer Are conditions always this bad at your airport? (Crowds, heat, mess, broken equipment)',
post_date: '2017-06-08T22:37:52.844Z',
},
{
text: '@gregkoch1 @united I miss continental airlines',
post_date: '2017-06-08T22:37:52.844Z',
},
{
text: '@united my flight #4806 got cancelled and ur people at the gate said there\'s no way to compensate. Wanna earn some good PR & help me out?',
post_date: '2017-06-08T22:37:52.844Z',
},
];
export default tweets;
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This app is randomly duplicating tweets for some weird reason.
For example, when you keep only 3 tweets in the sample data, dashboard reports 6.
Any idea what might be causing this?
Here is the code I replaced in server/src/data/SampleTweets.ts
The text was updated successfully, but these errors were encountered: