This is an automated email from the ASF dual-hosted git repository.
rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 04f9ea0 another eslint error
04f9ea0 is described below
commit 04f9ea0b3c96efafd4dc719b13790df7db689989
Author: Sam Ruby <[email protected]>
AuthorDate: Sun May 6 22:48:05 2018 -0400
another eslint error
---
www/board/agenda/views/models/chat.js.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www/board/agenda/views/models/chat.js.rb
b/www/board/agenda/views/models/chat.js.rb
index 11da54b..43d6cd4 100644
--- a/www/board/agenda/views/models/chat.js.rb
+++ b/www/board/agenda/views/models/chat.js.rb
@@ -100,14 +100,14 @@ end
Events.subscribe :chat do |message|
if message.agenda == Agenda.file
- message.delete agenda
+ message.delete 'agenda'
Chat.add message
end
end
Events.subscribe :info do |message|
if message.agenda == Agenda.file
- message.delete agenda
+ message.delete 'agenda'
Chat.add message
end
end
--
To stop receiving notification emails like this one, please contact
[email protected].