Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 6c698a3

Browse files
committed
fix documentation
1 parent ba6a26e commit 6c698a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/onMatch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ type RouteTestOnListHookExplainSendToHook struct {
209209

210210
var routeTestOnListHook = routeBuilder.R{
211211
Description: "Test a on list hook",
212-
Res: RouteTestOnMatchHookExplainSendToHook{},
212+
Res: RouteTestOnListHookExplainSendToHook{},
213213
Fn: func(c *fiber.Ctx) error {
214214
ctx := ctx.Get(c)
215215
cv := *models.ExampleCV()

0 commit comments

Comments
 (0)