Skip to content

Commit 7d8a6d8

Browse files
authored
fix: Add a dummy code (#1128)
Please ensure your pull request adheres to the following guidelines: - [ ] make sure to link the related issues in this description - [ ] when merging / squashing, make sure the fixed issue references are visible in the commits, for easy compilation of release notes ## Related Issues Thanks for contributing!
1 parent c4fb407 commit 7d8a6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/spacecat-shared-data-access/src/models/suggestion/suggestion.model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Suggestion extends BaseModel {
4141
CONFIG_UPDATE: 'CONFIG_UPDATE',
4242
};
4343

44-
// add your customized methods here
44+
// add your customized method here
4545
}
4646

4747
export default Suggestion;

0 commit comments

Comments
 (0)