Skip to content

Commit a9038d3

Browse files
committed
Remove missed X reference
1 parent 5d917de commit a9038d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/better_together/social_media_account.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class SocialMediaAccount < ApplicationRecord # rubocop:todo Style/Documentation
77
belongs_to :contact_detail, class_name: 'BetterTogether::ContactDetail', touch: true
88

99
# Enumerations for platforms
10-
PLATFORMS = %w[Facebook Instagram X LinkedIn YouTube TikTok Reddit What'sApp].freeze
10+
PLATFORMS = %w[Facebook Instagram LinkedIn YouTube TikTok Reddit What'sApp].freeze
1111

1212
URL_TEMPLATES = {
1313
'Facebook' => 'https://www.facebook.com/%<handle>s',

0 commit comments

Comments
 (0)