dss 2 years ago
parent
commit
a2a2741f67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/CallCenter.Api/Controllers/TestController.cs

+ 1 - 1
src/CallCenter.Api/Controllers/TestController.cs

@@ -137,7 +137,7 @@ namespace CallCenter.Api.Controllers
         [HttpGet("callqueue")]
         public async Task CallQueueTest()
         {
-            await _realtimeService.CallQueueAsync(HttpContext.RequestAborted);
+            await _realtimeService.CallQueueAsync(1,HttpContext.RequestAborted);
         }