Skip to content

Commit

Permalink
Update identifier for uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Thundernerd committed Sep 10, 2024
1 parent 33c6439 commit 67dfa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Media/Jobs/UploadMediaJob.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static void Schedule(IJobScheduler jobScheduler, int recordId, string gho
{
jobScheduler.Enqueue<UploadMediaJob>(
recordId,
Guid.NewGuid().ToString(),
recordId.ToString() + "-" + Guid.NewGuid(),
ghostData,
screenshotData);
}
Expand Down

0 comments on commit 67dfa3e

Please sign in to comment.