Skip to content

Commit 80756ca

Browse files
authored
fix(docs): remove unused TypeScript example code block (#4701)
1 parent e3fedb0 commit 80756ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/docs/api/Dispatcher.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,6 @@ It represents a storage object for resolved DNS records.
10651065
- `set` - (`(origin: string, records: DNSInterceptorOriginRecords | null, options: { ttl: number }) => void`) method to set the records for a given origin.
10661066
- `delete` - (`(origin: string) => void`) method to delete records for a given origin.
10671067
- `full` - (`() => boolean`) method to check if the storage is full, if returns `true`, DNS lookup will be skipped in this interceptor and new records will not be stored.
1068-
```ts
10691068

10701069
**Example - Basic DNS Interceptor**
10711070

0 commit comments

Comments
 (0)