Skip to content

Commit ee115dd

Browse files
committed
Marked schema property as protected
1 parent 7c4cba8 commit ee115dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/batch/src/BasePartialBatchProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ abstract class BasePartialBatchProcessor extends BasePartialProcessor {
4747
/**
4848
* The schema of the body of the event record for parsing
4949
*/
50-
public schema?: StandardSchemaV1;
50+
protected schema?: StandardSchemaV1;
5151

5252
/**
5353
* Initializes base batch processing class

0 commit comments

Comments
 (0)