Skip to content

Commit

Permalink
Update credentials.zig
Browse files Browse the repository at this point in the history
Co-authored-by: Ciro Spaciari <[email protected]>
  • Loading branch information
nicksrandall and cirospaciari committed Jan 29, 2025
1 parent 82a4b0b commit 8d3403a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/s3/credentials.zig
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ pub const S3Credentials = struct {
}
} else if (js_value.isNull()) {
new_credentials.credentials.sessionToken = "";
new_credentials._sessionTokenSlice = null;
new_credentials.changed_credentials = true;
}
}
Expand Down

0 comments on commit 8d3403a

Please sign in to comment.