Actions
Bug #31280
openundefined method substitutor for Nil:NilClass
Description
this error was mentioned in the Satellite chat.
we have a line
```
return unless (cdn_resource = product.cdn_resource)
```
Should this be a `==`?
Actions
Description
this error was mentioned in the Satellite chat.
we have a line
```
return unless (cdn_resource = product.cdn_resource)
```
Should this be a `==`?