Skip to content

Commit

Permalink
Update website/docs/validation.md
Browse files Browse the repository at this point in the history
Co-authored-by: Doeke Leeuwis <[email protected]>
  • Loading branch information
julianomcl and leeuwis authored Feb 25, 2023
1 parent 64afab2 commit 057471c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class LocationHandler {
saveLocation(@Body(ValidationPipe) body: MapMarker) {
// Do something with the data.
return `Location "${body.label}" saved.`;

}
}

export default createHandler(LocationHandler);
Expand Down

0 comments on commit 057471c

Please sign in to comment.