Fix linting error
This commit is contained in:
Родитель
b808c33b01
Коммит
296fc3cfdf
|
@ -665,7 +665,7 @@ ServiceBusService.prototype.deleteQueue = function (queuePath, callback) {
|
||||||
*/
|
*/
|
||||||
ServiceBusService.prototype.formatDeadLetterPath = function (queuePath) {
|
ServiceBusService.prototype.formatDeadLetterPath = function (queuePath) {
|
||||||
return `${queuePath}/$DeadLetterQueue`;
|
return `${queuePath}/$DeadLetterQueue`;
|
||||||
}
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieves a queue.
|
* Retrieves a queue.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче