Skip to content

Commit

Permalink
refactor: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ebukaodini committed Mar 17, 2024
1 parent 2b54eec commit cd633cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scaffolds/handler.create.tp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { {{resource_sentence_case}}Repo } from "../../repos/{{resource_file_name
import { Middleware } from "../../services/middleware";

export const handler = Middleware.use(
[validator({{resource_sentence_case}}Dto, "update")],
[validator({{resource_sentence_case}}Dto, "create")],
async (
event: APIGatewayProxyEvent,
_context: Context
Expand Down

0 comments on commit cd633cd

Please sign in to comment.