TP-89230 | dummy commit
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -27,5 +27,5 @@
|
||||
"vite": "^5.4.8",
|
||||
"vite-plugin-dts": "^4.2.4"
|
||||
},
|
||||
"gitHead": "e42cfe40afa684be5585ed0128b65c12d53b84c1"
|
||||
"gitHead": "2b9cb67dbb3574023b6a93dc403b38aa82b58f51"
|
||||
}
|
||||
|
||||
@@ -27,5 +27,6 @@
|
||||
"typescript-eslint": "^8.7.0",
|
||||
"vite": "^5.4.8",
|
||||
"vite-plugin-dts": "^4.2.4"
|
||||
}
|
||||
},
|
||||
"gitHead": "2b9cb67dbb3574023b6a93dc403b38aa82b58f51"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user