Skip to content

Commit

Permalink
fix: corrected output Path for decryptFileFromURL (android) (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsto authored Aug 28, 2024
1 parent 5b18750 commit 308c8f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ class AbrevvaCryptoModule(reactContext: ReactApplicationContext) :

val ctPath = Paths.get(ptPath).parent.toString() + "/blob"
try {
writeToFile(ptPath, url)
writeToFile(ctPath, url)
} catch (e: Exception) {
promise.reject(e)
return
Expand Down

0 comments on commit 308c8f2

Please sign in to comment.