- Compilation error fix
This commit is contained in:
Tristan B. Velloza Kildaire 2023-10-02 22:03:05 +02:00
parent c3b90192e6
commit 3c0d82fd85
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class DanteClient
// Obtain a unique queue for this request
Queue uniqueQueue = this.manager.getUniqueQueue();
return makeRequest(msg, uniqueQueue);
return makeRequest(request, uniqueQueue);
}
/**