Skip to content

Commit

Permalink
fix(dump): Removed dump code
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Dec 19, 2024
1 parent 2b00a1f commit 224fb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/ContentLists/Manual/Manual.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class Manual extends React.Component {
}

try {
const article = await this.props.publisher.getArticleByCode(code + '123');
const article = await this.props.publisher.getArticleByCode(code);
if (article) {
console.warn('Article added to the content list successfully.', article);
return article.id;
Expand Down

0 comments on commit 224fb48

Please sign in to comment.