[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io
2025-04-01 12:16:13 +00:00
parent 07aa9524aa
commit 814647e835
3 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
import { getAll, put, clear, remove } from './db';
import { clear, getAll, put, remove } from './db';
import { jobs } from './jobs';
import { renderComponentMap } from './renderComponents';
import type { IndexItem, HydratedIndexItem, Job, JobContext } from './types';
import type { HydratedIndexItem, IndexItem, Job, JobContext } from './types';
import { processItems } from '../vectorSearch';
const META_STORE = 'meta';