Skip to content

Commit 711aaff

Browse files
committed
Small fixes and include missing test file.
1 parent 96e815d commit 711aaff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

AiServer.ServiceModel/QueueGenerations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public interface IQueueGeneration
325325
[Tag(Tag.Jobs)]
326326
[Api("Get job status")]
327327
[Description("Retrieve the status of a background job")]
328-
public class GetJobStatus : IReturn<GetJobStatusResponse>
328+
public class GetJobStatus : IGet, IReturn<GetJobStatusResponse>
329329
{
330330
[ApiMember(Description = "Unique identifier of the background job")]
331331
[Description("Unique identifier of the background job")]

AiServer.Tests/files/test_video.mp4

430 KB
Binary file not shown.

0 commit comments

Comments
 (0)