Ver código fonte

update

reset-do-picking-order
CANCERYS\kw093 2 semanas atrás
pai
commit
4f0df8f5f8
1 arquivos alterados com 1 adições e 3 exclusões
  1. +1
    -3
      src/app/api/bom/index.ts

+ 1
- 3
src/app/api/bom/index.ts Ver arquivo

@@ -42,9 +42,7 @@ export interface BomScoreResult {
baseScore: number | string | { value?: number; [key: string]: any }; baseScore: number | string | { value?: number; [key: string]: any };
} }


export const preloadBomCombo = () => {
fetchBomCombo();
};



export const fetchBomCombo = cache(async () => { export const fetchBomCombo = cache(async () => {
return serverFetchJson<BomCombo[]>(`${BASE_API_URL}/bom/combo`, { return serverFetchJson<BomCombo[]>(`${BASE_API_URL}/bom/combo`, {


Carregando…
Cancelar
Salvar