mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
poll-widget: Downgrade key error to warning.
It is an error, but it is obnoxious in dev to get these.
This commit is contained in:
committed by
Tim Abbott
parent
c176891c2e
commit
a197959959
@@ -138,7 +138,7 @@ exports.poll_data_holder = function (is_my_poll, question, options) {
|
||||
var option = key_to_option[key];
|
||||
|
||||
if (option === undefined) {
|
||||
blueslip.error('unknown key for poll: ' + key);
|
||||
blueslip.warn('unknown key for poll: ' + key);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user