Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bensandee committed Nov 1, 2024
1 parent 03a7432 commit 3870b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/images/get.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { lenientImageSchema } from "./localTypes";
import fs_cache from "../../utils/persistent_cache";

class ImageGet {
// expose for validation
readonly querySchema = getImageQuerySchema;

metadata = async (req: Request, res: Response) => {
Expand Down

0 comments on commit 3870b92

Please sign in to comment.