Skip to content

Commit

Permalink
feat(cb2-13178): add vef to teststationtype map (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
LGin-BJSS authored Aug 20, 2024
1 parent a8ae2fa commit 8f5e29a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crm/getTestStation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const TestStationType = new Map<number, string>([
[147160001, 'gvts'],
[147160002, 'potf'],
[147160003, 'hq'],
[147160004, 'vef'],
]);

const TestStationStatus = new Map<number, string>([
Expand Down

0 comments on commit 8f5e29a

Please sign in to comment.