Skip to content

Commit

Permalink
Merge pull request #31 from marcuscastelo/improvement/#27-TBCA-cast
Browse files Browse the repository at this point in the history
Change issue scope
  • Loading branch information
marcuscastelo committed Jul 29, 2023
2 parents 03255fa + c0bb8bf commit 93da3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/importTBCA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TBCAJson from './tbca.json'
import { upsertFood, deleteAll } from '@/controllers/food'
const parallelLimit = require('async/parallelLimit');

//TODO: retriggered: revisar esse cast
//TODO: Remove all code related to TBCA, as well as the TBCA.json file
const TBCA = TBCAJson as unknown as { [key: string]: Food }

export async function deleteAndReimportFoods(progressCallback?: (total: number) => void) {
Expand Down

0 comments on commit 93da3fd

Please sign in to comment.