Skip to content

Commit

Permalink
semi colon
Browse files Browse the repository at this point in the history
Signed-off-by: jace-roell <jace.roell@hotmail.com>
  • Loading branch information
jace-roell committed Oct 31, 2024
1 parent 603ee40 commit 2d593d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zosfiles/src/methods/upload/Upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ export class Upload {
const remoteEncoding = options.attributes.getRemoteEncoding(localPath);

if(remoteEncoding === Tag.BINARY) tempOptions.encoding = undefined;
else if(remoteEncoding !== null) tempOptions.encoding = remoteEncoding
else if(remoteEncoding !== null) tempOptions.encoding = remoteEncoding;

if (!tempOptions.binary) {
tempOptions.localEncoding = options.attributes.getLocalEncoding(localPath);
Expand Down

0 comments on commit 2d593d8

Please sign in to comment.