Skip to content

Commit

Permalink
Fix bug that would memoize programs unexpectedly
Browse files Browse the repository at this point in the history
  • Loading branch information
r7kamura committed Nov 6, 2014
1 parent a73351e commit a005186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruboty/handlers/syoboi_calendar.rb
Expand Up @@ -28,7 +28,7 @@ def description
end

def programs
@programs ||= ::SyoboiCalendar::Client.new.programs(program_options)
::SyoboiCalendar::Client.new.programs(program_options)
end

def program_options
Expand Down

0 comments on commit a005186

Please sign in to comment.