Skip to content

Commit 26ce909

Browse files
committed
multiple backend aws-node-sdk lint fixup
1 parent 043c8d1 commit 26ce909

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/aws-node-sdk/test/multipleBackend/objectCopy/objectCopyAwsVersioning.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ function assertGetObjects(testParams, cb) {
183183
.then(async res => {
184184
const bodyBuffer = await loadBodyBuffer(res);
185185
if (bodyBuffer !== undefined) {
186+
// eslint-disable-next-line no-param-reassign
186187
res.Body = bodyBuffer;
187188
}
188189
cb(null, res);
@@ -194,6 +195,7 @@ function assertGetObjects(testParams, cb) {
194195
.then(async res => {
195196
const bodyBuffer = await loadBodyBuffer(res);
196197
if (bodyBuffer !== undefined) {
198+
// eslint-disable-next-line no-param-reassign
197199
res.Body = bodyBuffer;
198200
}
199201
cb(null, res);

0 commit comments

Comments
 (0)