mirror of
https://github.com/FranP-code/format_twitter_projects_accounts_tweets.git
synced 2025-10-13 00:32:19 +00:00
Fix invalid time value error in date formatting
This commit is contained in:
committed by
GitHub
parent
90e62199c5
commit
6438fcb12f
@@ -4,7 +4,7 @@ import path from 'path';
|
||||
|
||||
export interface TwitterProject {
|
||||
id: string;
|
||||
created_at: string;
|
||||
created_at: string | null;
|
||||
project_description: string;
|
||||
project_url: string | null;
|
||||
original_tweet_url: string | null;
|
||||
|
||||
Reference in New Issue
Block a user