()
| 52 | }; |
| 53 | |
| 54 | const isBatchingEnabled = (): boolean => |
| 55 | getStorageOverride() ?? batchingEnabled; |
| 56 | |
| 57 | // Mirrors how the `unsetHeader` patch in `common.ts` reaches the client's own |
| 58 | // headers, so a batch carries the same auth/client headers a single request has. |
no test coverage detected