Skip to content

Commit 057471c

Browse files
julianomclleeuwis
andauthored
Update website/docs/validation.md
Co-authored-by: Doeke Leeuwis <[email protected]>
1 parent 64afab2 commit 057471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class LocationHandler {
8080
saveLocation(@Body(ValidationPipe) body: MapMarker) {
8181
// Do something with the data.
8282
return `Location "${body.label}" saved.`;
83-
83+
}
8484
}
8585

8686
export default createHandler(LocationHandler);

0 commit comments

Comments
 (0)