Skip to content

Commit

Permalink
SNOW-1801434-Add-GUID-to-request-in-NODE.js-driver: ExcludeGuid setti…
Browse files Browse the repository at this point in the history
…ng fixed
  • Loading branch information
sfc-gh-fpawlowski committed Dec 6, 2024
1 parent c05d219 commit 9cf3a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/sf.js
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ function StateAbstract(options) {
// augment the options with the absolute url
requestOptions.absoluteUrl = this.buildFullUrl(requestOptions.url);

requestOptions.excludeGuid = !Util.exists(requestOptions.excludeGuid) ? true : requestOptions.excludeGuid;
requestOptions.excludeGuid = !Util.exists(requestOptions.excludeGuid) ? false : requestOptions.excludeGuid;
};

/**
Expand Down

0 comments on commit 9cf3a54

Please sign in to comment.