Open eduresende opened 1 month ago
This PR aims to fix the warning message on DiscoveryController:
Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
These methods expect keword arguments instead of hashes, so we need to use the ** operator.
**
This PR aims to fix the warning message on DiscoveryController:
These methods expect keword arguments instead of hashes, so we need to use the
**
operator.