Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG authored May 1, 2024
1 parent eb33205 commit 402cf01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/declarations/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default class DeclarationUtils {
const serviceId = DeclarationUtils.getServiceIdFromFilePath(modifiedFilePath);

if (modifiedFilePath.endsWith('.history.json')) {
return; // Assuming history modifications imply corresponding changes in the service declaration and that the analyse of which terms types of this service have changed will be done when analyzing the related declaration, no further action is required here
return; // Assuming history modifications imply corresponding changes in the service declaration and that the analysis of which terms types of this service have changed will be done when analysing the related declaration, no further action is required here
}

if (modifiedFilePath.endsWith('.filters.js')) {
Expand Down

0 comments on commit 402cf01

Please sign in to comment.