refactor: remove redundant `where` filter clause
gitea/hedera-web/pipeline/pr-beta This commit looks good Details

This commit is contained in:
taro 2025-03-22 12:08:46 -03:00
parent afbbbace4b
commit 89de158514
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { ref, inject, watch } from 'vue';
import { ref, inject } from 'vue';
import { useI18n } from 'vue-i18n';
import { useRouter } from 'vue-router';
@ -32,7 +32,6 @@ const getOrders = async (clientFk) => {
const filter = {
where: {
clientFk,
'address.clientFk': clientFk,
isConfirmed: 0,
source_app: 'WEB',
},