Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 2d61cef

Browse files
remove change to go code
1 parent 95a9d06 commit 2d61cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ func validate(next apis.Handler) apis.Handler {
824824
}
825825

826826
func main() {
827-
customersApi, err := nitric.NewApi("customers")
827+
customersApi := nitric.NewApi("customers")
828828

829829
customersApi.Get("/customers", validate(func(ctx *apis.Ctx) error {
830830
// handle request

0 commit comments

Comments
 (0)