fix: merge duplicate extractUatType imports in auto-dispatch
Consolidate two separate imports from files.js into one to resolve TS2300 duplicate identifier error. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
91e7bb7d92
commit
f7eac09d51
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ import type { UatType } from "./files.js";
|
|||
import { loadFile, extractUatType, loadActiveOverrides } from "./files.js";
|
||||
import { isDbAvailable, getMilestoneSlices, getPendingGates, markAllGatesOmitted } from "./gsd-db.js";
|
||||
import { extractVerdict, isAcceptableUatVerdict } from "./verdict-parser.js";
|
||||
import { extractUatType } from "./files.js";
|
||||
|
||||
import {
|
||||
resolveMilestoneFile,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue