refactor(CheckoutView): remove no-longer-needed jApi 🎉
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
taro 2025-04-09 02:52:26 -03:00
parent d67f1f2427
commit 099d7feb78
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import { useUserStore } from 'stores/user';
import { useAppStore } from 'stores/app';
import { storeToRefs } from 'pinia';
const jApi = inject('jApi');
const api = inject('api');
const { t } = useI18n();
const route = useRoute();