Skip to content

Commit 08d7f9d

Browse files
Fennygitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 002358d commit 08d7f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ requestid.New(config ...Config) func(*Ctx)
455455
| Property | Type | Description | Default |
456456
| :--- | :--- | :--- | :--- |
457457
| Filter | `func(*fiber.Ctx) bool` | Defines a function to skip middleware | `nil` |
458-
| Generator | `func(*fiber.Ctx) bool` | Generator defines a function to generate an ID. | `return uuid.New().String()` |
458+
| Generator | `func(*fiber.Ctx) string` | Generator defines a function to generate an ID. | `return uuid.New().String()` |
459459

460460
**Example**
461461

0 commit comments

Comments
 (0)