From 75d4ada927052ee6a703abcdc8b4a25c29a8908a Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Wed, 14 Aug 2024 12:34:09 +0200 Subject: [PATCH] fix: double parameter on android --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ad384d0..bb118f7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -30,7 +30,6 @@ export async function sign( : await ExpoSecureEnvironmentModule.sign( keyId, message, - biometricsBacked, biometricsBacked );