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
.. "/api/render/update?apiKey="
.. thumbnailKey
.. "&RenderJobID="
.. "&taskID="
.. game.JobId,
'{"Status": 1}',
true,

View File

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