We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc6d95 commit 462dc2fCopy full SHA for 462dc2f
1 file changed
src/utils/batch.js
@@ -50,8 +50,7 @@ export const compact = (rule) => {
50
};
51
52
/**
53
- * Batch EB request entries by size to avoid writing a batch that's too large to
54
- * EB.
+ * Batch EB request entries by size to avoid writing a batch that's too large to EB.
55
*/
56
export const batchWithSize = ({
57
claimCheckBucketName = process.env.CLAIMCHECK_BUCKET_NAME,
0 commit comments