We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4cba8 commit ee115ddCopy full SHA for ee115dd
packages/batch/src/BasePartialBatchProcessor.ts
@@ -47,7 +47,7 @@ abstract class BasePartialBatchProcessor extends BasePartialProcessor {
47
/**
48
* The schema of the body of the event record for parsing
49
*/
50
- public schema?: StandardSchemaV1;
+ protected schema?: StandardSchemaV1;
51
52
53
* Initializes base batch processing class
0 commit comments