Skip to content

Commit

Permalink
Fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yanosz committed May 3, 2020
1 parent 15d23fb commit 42976bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/models/room.rb
Expand Up @@ -81,10 +81,9 @@ def notify_waiting
end

def settings_hash
JSON.parse(self.room_settings)
JSON.parse(room_settings)
end


private

# Generates a uid for the room and BigBlueButton.
Expand Down

0 comments on commit 42976bd

Please sign in to comment.