don't inject db into req

This commit is contained in:
Milo Schwartz 2024-09-28 13:40:24 -04:00
parent 06ee87ac2c
commit 497b8a223f
No known key found for this signature in database
4 changed files with 11 additions and 30 deletions

View file

@ -67,4 +67,4 @@ export type Site = InferSelectModel<typeof sites>;
export type Resource = InferSelectModel<typeof resources>;
export type ExitNode = InferSelectModel<typeof exitNodes>;
export type Route = InferSelectModel<typeof routes>;
export type Target = InferSelectModel<typeof targets>;
export type Target = InferSelectModel<typeof targets>;