Skip to content

Commit d2923ae

Browse files
committed
Missed changing a value smh
1 parent 04af359 commit d2923ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/src/gpt-controller.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,9 @@ export class GPTController {
295295
partTests.push({
296296
...part,
297297
preliminary_test_types: partRun.map((data: string) => data),
298-
seeData: [],
299-
tidData: [],
300-
ddData: [],
298+
sees: [],
299+
tids: [],
300+
dds: [],
301301
} as ai_part);
302302
}
303303
console.log(

0 commit comments

Comments
 (0)