This commit is contained in:
taskmanager 2023-10-18 20:51:55 +01:00
parent 1bc07371da
commit ebce3c82c6
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ game:HttpPost(
baseUrl baseUrl
.. "/api/render/update?apiKey=" .. "/api/render/update?apiKey="
.. thumbnailKey .. thumbnailKey
.. "&RenderJobID=" .. "&taskID="
.. game.JobId, .. game.JobId,
'{"Status": 1}', '{"Status": 1}',
true, true,

View File

@ -29,7 +29,7 @@ game:HttpPost(
baseUrl baseUrl
.. "/api/render/update?apiKey=" .. "/api/render/update?apiKey="
.. thumbnailKey .. thumbnailKey
.. "&RenderJobID=" .. "&taskID="
.. game.JobId, .. game.JobId,
'{"Status": 1}', '{"Status": 1}',
true, true,