From 9b9d705357bd30782253bac03bf88ebe27656b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Rodriguez=20V=C3=A9lez?= Date: Fri, 20 Sep 2024 04:43:02 -0400 Subject: [PATCH] Update helpers/lndHub.ts Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- helpers/lndHub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/lndHub.ts b/helpers/lndHub.ts index f58f113d6..371d908f1 100644 --- a/helpers/lndHub.ts +++ b/helpers/lndHub.ts @@ -1,7 +1,7 @@ import AsyncStorage from '@react-native-async-storage/async-storage'; import DefaultPreference from 'react-native-default-preference'; import { BlueApp } from '../class'; -import { GROUP_IO_BLUEWALLET } from '..//blue_modules/currency'; +import { GROUP_IO_BLUEWALLET } from '../blue_modules/currency'; // Function to get the value from DefaultPreference first, then fallback to AsyncStorage // as DefaultPreference uses truly native storage.