Skip to content

Commit

Permalink
Remove extra error string
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicgamedeveloper committed Nov 1, 2024
1 parent 6a49ee5 commit 680c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/preview/util/gitlabDigitalTwin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class DigitalTwin {
},
);
} catch (_error) {
this.fullDescription = `There is no README.md file in the ${this.DTName} GitLab folder. ${_error}`;
this.fullDescription = `There is no README.md file in the ${this.DTName} GitLab folder`;
}
} else {
this.fullDescription = 'Error fetching description, retry.';
Expand Down

0 comments on commit 680c487

Please sign in to comment.