Skip to content

Commit

Permalink
Merge pull request #41 from sajinieKavindya/api-v2
Browse files Browse the repository at this point in the history
Ensure the file name is case-sensitive in component.xml
  • Loading branch information
sajinieKavindya authored Jun 19, 2024
2 parents 8b672d9 + d47456b commit 355ea15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<hidden>true</hidden>
</component>
<component name="callBulkApi">
<file>callBulkApi.xml</file>
<file>CallBulkApi.xml</file>
<description>Call Salesforce Bulk API endpoints</description>
<hidden>true</hidden>
</component>
Expand Down

0 comments on commit 355ea15

Please sign in to comment.