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 ccab35c commit 3925f8aCopy full SHA for 3925f8a
packages/middleware-flexible-checksums/src/getCrc32ChecksumAlgorithmFunction.ts
@@ -4,7 +4,7 @@ import { Checksum } from "@smithy/types";
4
import * as zlib from "zlib";
5
6
class NodeCrc32 implements Checksum {
7
- checksum = 0;
+ private checksum = 0;
8
9
update(data: Uint8Array) {
10
// @ts-expect-error crc32 is defined only for Node.js >=v20.15.0 and >=v22.2.0.
0 commit comments