Skip to content

Commit a632dfc

Browse files
committed
Add TODO
1 parent 14dc99f commit a632dfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate-routes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const ignoredEndpointPaths = [
5353
'/noise_sensors/simulate/trigger_noise_threshold',
5454
] as const
5555

56+
// TODO: some endpoint's arguments (like list) are optional and should allow undefined
57+
5658
const endpointResources: Partial<
5759
Record<
5860
keyof typeof openapi.paths,

0 commit comments

Comments
 (0)