Add granblue_id to Job output

This commit is contained in:
Justin Edmund 2023-01-22 22:31:25 -08:00
parent 4ee65aecd3
commit ed76afe44c

View file

@ -17,7 +17,7 @@ module Api
]
end
fields :row, :ml, :order
fields :granblue_id, :row, :ml, :order
end
end
end