We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41ed46b commit eae796bCopy full SHA for eae796b
1 file changed
lib/baseballbot/templates/components/pick_the_stick.rb
@@ -42,6 +42,7 @@ def rows
42
43
def pick_the_stick_data
44
api_token = ENV.fetch('BASEBALLBOT_PTS_TOKEN', nil)
45
+ team_code = @subreddit.team.code
46
47
raise 'API token is required' unless api_token && !api_token.empty?
48
0 commit comments