Skip to content

Commit

Permalink
- Further reduce test data for get-rooms and get-locations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Nov 13, 2024
1 parent 77957b8 commit 50fa6f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 112 deletions.
56 changes: 0 additions & 56 deletions aws/lambdas/locations/get-locations/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,62 +22,6 @@ export const handler = async (
shortDesc: "1051",
longDesc: "Duncan Law Courts",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10232.0001",
shortDesc: "1061",
longDesc: "Ganges Provincial Court",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10233.0001",
shortDesc: "1071",
longDesc: "Gold River Provincial Court",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10234.0001",
shortDesc: "1111",
longDesc: "Parksville Provincial Court",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10235.0001",
shortDesc: "1121",
longDesc: "Port Alberni Law Courts",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10236.0001",
shortDesc: "1141",
longDesc: "Port Hardy Law Courts",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10237.0001",
shortDesc: "1145",
longDesc: "Powell River Law Courts",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10238.0001",
shortDesc: "1151",
longDesc: "Sidney Provincial Court",
flex: "Y"
},
{
codeType: "COURT_LOCATIONS",
code: "10239.0001",
shortDesc: "1171",
longDesc: "Tahsis Provincial Court",
flex: "Y"
}
])
}
Expand Down
56 changes: 0 additions & 56 deletions aws/lambdas/locations/get-rooms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,62 +22,6 @@ export const handler = async (
shortDesc: "CRT",
longDesc: "1031-001",
flex: "1031"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "1051-001",
flex: "1051"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "1201-001",
flex: "1201"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "2007-001",
flex: "2007"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "2031-001",
flex: "2031"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "2040-001",
flex: "2040"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "2045-001",
flex: "2045"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "2048-001",
flex: "2048"
},
{
codeType: "COURT_ROOMS",
code: "001",
shortDesc: "CRT",
longDesc: "3531-001",
flex: "3531"
}
])
}
Expand Down

0 comments on commit 50fa6f9

Please sign in to comment.