Skip to content

Commit

Permalink
Add TikTok link (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
Debuggingss authored Dec 28, 2022
1 parent 15896bf commit b34d32b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions processors/processPlayerData.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function processPlayerData({
TWITCH: null,
DISCORD: null,
HYPIXEL: null,
TIKTOK: null,
};
const defaultStatsObject = {
Arcade: {},
Expand Down
4 changes: 4 additions & 0 deletions routes/objects.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ const playerObject = {
description: 'Link to Hypixel Forums profile',
type: 'string',
},
TIKTOK: {
description: 'Link to TikTok profile',
type: 'string',
},
},
},
stats: {
Expand Down
5 changes: 5 additions & 0 deletions routes/spec.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1846,6 +1846,11 @@ type Links {
Link to YouTube channel
"""
YOUTUBE: String

"""
Link to TikTok profile
"""
TIKTOK: String
}

"""
Expand Down

0 comments on commit b34d32b

Please sign in to comment.