Skip to content

Commit

Permalink
fix: 🐛 削除した変数を呼び出している箇所があったので修正した (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 13, 2021
1 parent 8f76317 commit 57e9858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/direct_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def self.extend_valid_term_votes
def self.only_beginning_valid_term_votes
begin_datetime = Time.zone.parse('2021-06-11 21:00:00')

where(messaged_at: begin_datetime..end_datetime)
where(messaged_at: begin_datetime..)
end

# gensosenkyo: 1471724029,
Expand Down

0 comments on commit 57e9858

Please sign in to comment.