discourse-data-explorer/spec/lib
锦心 6bf3ac7426
FIX: Fix `user_id` validation (#312)
Validation of `user_id` parameter will throw a 500 error because
`User.find_by_username_or_email` does not throw
`ActiveRecord::RecordNotFound`, but silently returns `nil`.
This results in a `NoMethodError` in `object.id` on the next line
2024-08-21 12:03:29 +08:00
..
data_explorer DEV: Fix new Rubocop offenses (#282) 2024-02-29 18:15:57 +01:00
parameter_spec.rb FIX: Fix `user_id` validation (#312) 2024-08-21 12:03:29 +08:00