From 6a1dc0a82505733fd2285a835d22a56421f9ee2a Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 13 Apr 2023 17:29:51 -0400 Subject: [PATCH] Prettier --- renovate.json | 2 +- src/types/twitterTypes.d.ts | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 086afaf..eee4cb7 100644 --- a/renovate.json +++ b/renovate.json @@ -16,4 +16,4 @@ "platformAutomerge": true } ] -} \ No newline at end of file +} diff --git a/src/types/twitterTypes.d.ts b/src/types/twitterTypes.d.ts index 022d384..cf01ccc 100644 --- a/src/types/twitterTypes.d.ts +++ b/src/types/twitterTypes.d.ts @@ -132,9 +132,9 @@ type TweetEntities = { Legacy Tweets use Enabled but have no count, while newer tweets have EnabledWithCount and count is populated with a string. */ type ExtViews = { - state: 'Enabled' | 'EnabledWithCount', - count?: string -} + state: 'Enabled' | 'EnabledWithCount'; + count?: string; +}; type TweetPartial = { card?: TweetCard;