Eric-Guo / wechat

API, command and message handling for WeChat in Rails
MIT License
1.31k stars 372 forks source link

Update material_add API: 上传永久视频素材时需要description参数 #301

Closed zlei1 closed 3 years ago

Eric-Guo commented 3 years ago
lib/wechat/concern/common.rb:153:9: C: [Correctable] Style/MultilineIfModifier: Favor a normal if-statement over a modifier clause in a multiline statement.
427        params.merge!( ...
428        ^^^^^^^^^^^^^^

修一下style?(rubocop可以本地复现)

zlei1 commented 3 years ago

已修正