Another Fix

This commit is contained in:
Christopher Cookman 2025-11-18 12:14:52 -07:00
parent 10f0c14734
commit 96f0d8b8df

View file

@ -157,7 +157,7 @@ class FreepbxManager {
async updateExtName(ext, name) { async updateExtName(ext, name) {
const query = gql` const query = gql`
mutation updateExt($ext: ID!, $name: String, $password: String) { mutation updateExt($ext: ID!, $name: String) {
updateExtension(input: { updateExtension(input: {
extensionId: $ext extensionId: $ext
name: $name name: $name