Closed DaveLuhman closed 3 months ago
Here's the code health analysis summary for commits a6dc25b..0b78d4e
. View details on DeepSource ↗.
Analyzer | Status | Summary | Link |
---|---|---|---|
JavaScript | ✅ Success | View Check ↗ | |
Docker | ✅ Success | View Check ↗ |
💡 If you’re a repository administrator, you can configure the quality gates from the settings.
This pull request fixes the issue where the tool archiving URL in the editTool.hbs template was not using the correct tool ID. The commit "fix: Update tool archive URL to use correct tool ID" updates the URL to replace the placeholder "{{id}}" with the actual tool ID "{{tools.0.id}}". This change ensures that the correct tool is archived when the user confirms the action.
Fixes #233
This change is