Skip to content

Commit 4a04a12

Browse files
committed
fixed tag android
1 parent b8cb857 commit 4a04a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativefastopenpgp/FastOpenpgpModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import com.facebook.react.bridge.*
77
internal class FastOpenpgpModule(reactContext: ReactApplicationContext) :
88
ReactContextBaseJavaModule(reactContext) {
99

10-
val TAG = "[FastRsaModule]"
10+
val TAG = "[FastOpenPGPModule]"
1111

1212
external fun initialize(jsiPtr: Long);
1313
external fun destruct();

0 commit comments

Comments
 (0)