Skip to content

Commit

Permalink
Merge pull request #710 from jefersonchaves/patch-1
Browse files Browse the repository at this point in the history
fix: Upgrade default API version to Spring 24
  • Loading branch information
hknokh authored Apr 11, 2024
2 parents 394ac21 + cd461b0 commit 6542d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/components/common_components/statics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const CONSTANTS = {
DEFAULT_BULK_API_VERSION: '2.0',
DEFAULT_BULK_API_V1_BATCH_SIZE: 9500,
DEFAULT_REST_API_BATCH_SIZE: undefined,
DEFAULT_API_VERSION: '53.0',
DEFAULT_API_VERSION: '60.0',
DEFAULT_EXTERNAL_ID_FIELD_NAME: "Name",

QUERY_PROGRESS_MESSAGE_PER_RECORDS: 2000,
Expand Down

0 comments on commit 6542d93

Please sign in to comment.