YetAnotherGerrit / zammad-macros

Zammad production.log-parser and script generator
GNU Affero General Public License v3.0
1 stars 0 forks source link

Fix "nil"-handling. #6

Closed YetAnotherGerrit closed 2 months ago

YetAnotherGerrit commented 3 months ago

https://github.com/YetAnotherGerrit/zammad-macros/blob/5be49e7f1398b166f91c1a0711f64189996fc3f0/read-production.log.rb#L82

I think undefined or null should be used, instead of "nil", cause "nil" is a string. What's the difference between undefined and null? Research needed.