Skip to content

Commit 61605bb

Browse files
committed
Update readme
1 parent 012bff5 commit 61605bb

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

readme.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,8 @@ Common use cases include:
7979
function createHandler(callbacks: Callbacks = nullObject<Callbacks>()) {
8080
callbacks.onReady(); // Always callable
8181
}
82-
// Usage:
83-
const callback;
84-
createHandler(); // Will silently
8582
```
8683
- Middleware chains:
87-
8884
```typescript
8985
const middleware = [authMiddleware, config.enableAudit ? auditMiddleware : nullObject<Middleware>()];
9086
```

0 commit comments

Comments
 (0)