This commit is contained in:
OWA Framework 2019-02-08 13:43:46 -08:00
Родитель b808c33b01
Коммит 296fc3cfdf
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -665,7 +665,7 @@ ServiceBusService.prototype.deleteQueue = function (queuePath, callback) {
*/
ServiceBusService.prototype.formatDeadLetterPath = function (queuePath) {
return `${queuePath}/$DeadLetterQueue`;
}
};
/**
* Retrieves a queue.