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) {
const query = gql`
mutation updateExt($ext: ID!, $name: String, $password: String) {
mutation updateExt($ext: ID!, $name: String) {
updateExtension(input: {
extensionId: $ext
name: $name