5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 23:26:22 +00:00

fix: enviar urls parseadas
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-08-31 14:58:16 -03:00
parent 927f92d985
commit 3dedd84db7
No known key found for this signature in database

View file

@ -70,7 +70,7 @@ class DeployJob < ApplicationJob
status: status, status: status,
seconds: seconds, seconds: seconds,
size: size, size: size,
urls: urls.map(&:to_s) urls: urls
} }
end end