diff options
| author | Ivan Chen <ivan@thetaggid.com> | 2020-10-27 19:31:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-27 19:31:39 -0400 |
| commit | 795ba089207571ec13226f2d07c149c8697763ce (patch) | |
| tree | 81d08094396cda3195287fa0c72c5cb4c91a1287 /src/constants/constants.ts | |
| parent | e004fd362583a020b07f87536aac077269eaad27 (diff) | |
done (#81)
Diffstat (limited to 'src/constants/constants.ts')
| -rw-r--r-- | src/constants/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/constants.ts b/src/constants/constants.ts index 449b3142..be34f7f0 100644 --- a/src/constants/constants.ts +++ b/src/constants/constants.ts @@ -25,7 +25,7 @@ export const SOCIAL_LIST: string[] = [ 'Facebook', 'Twitter', 'Snapchat', - 'Tiktok', + 'TikTok', // TODO: we don't have endpoints to support these yet... // 'Twitch', // 'Pinterest', |
