VRFS-3190 : Fix band model tests
This commit is contained in:
parent
bd0c931df0
commit
02be103694
|
|
@ -207,7 +207,6 @@ module JamRuby
|
|||
end
|
||||
|
||||
online_presences = params[:online_presences]
|
||||
Rails.logger.info("ONLINE_PRESENCE: #{online_presences.inspect} / #{params.inspect}")
|
||||
if online_presences.present?
|
||||
online_presences.each do |op|
|
||||
new_presence = OnlinePresence.create(band, op, false)
|
||||
|
|
|
|||
Loading…
Reference in New Issue