TP-89230 | dummy commit

This commit is contained in:
Mayank Singh
2024-11-17 16:34:20 +05:30
parent 2b9cb67dbb
commit 0e764af4d1
4 changed files with 13 additions and 16 deletions

View File

@@ -1,13 +1,8 @@
17 error Error: Command failed with exit code 1: git remote update
17 error ERROR: The repository owner has an IP allow list enabled, and 122.172.85.219 is not permitted to access this repository.
17 error fatal: Could not read from remote repository.
17 error
17 error Please make sure you have the correct access rights
17 error and the repository exists.
17 error at makeError (/Users/varnitgoyal/office/universal-call-sdk/node_modules/execa/lib/error.js:59:11)
17 error at module.exports.sync (/Users/varnitgoyal/office/universal-call-sdk/node_modules/execa/index.js:186:17)
17 error at Object.execSync (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:1579:31)
17 error at updateRemote (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:9196:18)
17 error at isBehindUpstream (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:9186:3)
17 error at VersionCommand.initialize (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:9477:57)
17 error at VersionCommand.runCommand (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:3296:36)
17 error Error: Command was killed with SIGINT (User interruption with CTRL-C): git remote update
17 error at makeError (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/execa/lib/error.js:59:11)
17 error at module.exports.sync (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/execa/index.js:186:17)
17 error at Object.execSync (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:1579:31)
17 error at updateRemote (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:9196:18)
17 error at isBehindUpstream (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:9186:3)
17 error at VersionCommand.initialize (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:9477:57)
17 error at VersionCommand.runCommand (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:3296:36)

View File

@@ -6,6 +6,7 @@ import RequestType from "@universal-call-sdk/common/lib/types/RequestType.ts";
export const loginInAmeyo = (userId: string, password: string) => {
console.log('loginInAmeyo', userId, password);
console.log("***");
return getResponseWithoutCors({
url: `${window.BASE_AMEYO_URL}/ameyorestapi/userLogin/login`,
method: 'POST',
@@ -157,4 +158,4 @@ export const ameyoHangupUser = (sessionId: string, userCRTObjectId: string) => {
sessionId
}
});
};
};

View File

@@ -27,5 +27,5 @@
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.4"
},
"gitHead": "e42cfe40afa684be5585ed0128b65c12d53b84c1"
"gitHead": "2b9cb67dbb3574023b6a93dc403b38aa82b58f51"
}

View File

@@ -27,5 +27,6 @@
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.4"
}
},
"gitHead": "2b9cb67dbb3574023b6a93dc403b38aa82b58f51"
}