feat: WEB-210 Fixed API response

This commit is contained in:
Hrishikesh Vaipurkar
2024-06-27 12:48:16 +02:00
parent f2bff7fd5a
commit 83cb76be65
2 changed files with 28 additions and 88 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ export default function encryptValue(originalString: string) {
} catch (e) {
console.log(e)
}
return result
return result.toString()
}