Skip to content

Commit 8c17c4a

Browse files
committed
fix table names
1 parent 1377dbe commit 8c17c4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

forms-flow-rsbcservice/src/constants/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export const StaticResources = [
3131
'jurisdictionCountry',
3232
'formID',
3333
'user',
34-
"lki_highway",
35-
"lki_segment"
34+
"lkiHighway",
35+
"lkiSegment"
3636
];
3737

3838
export const FormTypes = ["12Hour", "24Hour", "VI", "MV6020"];

0 commit comments

Comments
 (0)