mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2026-03-22 03:08:06 +00:00
lint
This commit is contained in:
@@ -17,7 +17,7 @@ class TaskSipDecline extends Task {
|
||||
async exec(cs, {res}) {
|
||||
super.exec(cs);
|
||||
res.send(this.data.status, this.data.reason, {
|
||||
headers: {"X-Verb": "SIP Decline", ...this.headers}
|
||||
headers: {'X-Verb': 'SIP Decline', ...this.headers}
|
||||
}, (err) => {
|
||||
if (!err) {
|
||||
// Call was successfully declined
|
||||
|
||||
Reference in New Issue
Block a user