handled issue signyourself completed document is not open correct file in legadrive and report(completed)

This commit is contained in:
RaktimaNXG
2023-10-31 16:01:19 +05:30
parent 0c5e7c447f
commit 76960572e8
3 changed files with 6 additions and 6 deletions
@@ -255,12 +255,12 @@ export const contactBook = async (objectId) => {
return result;
};
export const contactBookName = async (userPhone, className) => {
export const contactBookName = async (objectId, className) => {
const result = await axios
.get(
`${localStorage.getItem("baseUrl")}classes/${localStorage.getItem(
"_appName"
)}${className}?where={"objectId":"${userPhone}"}`,
)}${className}?where={"objectId":"${objectId}"}`,
{
headers: {
"Content-Type": "application/json",