Another Fix
This commit is contained in:
parent
10f0c14734
commit
96f0d8b8df
|
|
@ -157,7 +157,7 @@ class FreepbxManager {
|
|||
|
||||
async updateExtName(ext, name) {
|
||||
const query = gql`
|
||||
mutation updateExt($ext: ID!, $name: String, $password: String) {
|
||||
mutation updateExt($ext: ID!, $name: String) {
|
||||
updateExtension(input: {
|
||||
extensionId: $ext
|
||||
name: $name
|
||||
|
|
|
|||
Loading…
Reference in a new issue