Files
ubicloud/routes/github.rb
Jeremy Evans 99e77af8e5 Use typecast_params in the github route
This uses str instead of str!, which does a string check but will
allow missing parameters (as the current code allows).  If these
parameters are always supposed to be present, we could consider
changing to str!.
2025-05-20 05:49:38 +09:00

3.6 KiB