We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9873f commit a50414aCopy full SHA for a50414a
dotnet/ServerlessMicroservices.Shared/Services/StorageService.cs
@@ -114,7 +114,7 @@ private async Task InitializeStorage()
114
if (!string.IsNullOrEmpty(tripDriversQueueName))
115
{
116
_tripDriversQueue = queueClient.GetQueueReference(tripDriversQueueName);
117
- await _tripDemosQueue.CreateIfNotExistsAsync();
+ await _tripDriversQueue.CreateIfNotExistsAsync();
118
}
119
else
120
_loggerService.Log("tripDriversQueueName is empty");
0 commit comments