Skip to content

Commit

Permalink
Fix WithIssues path for ProductClient
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Mar 20, 2024
1 parent 29a1d8f commit 957e3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/client/software.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ class ProductBaseClient {
}
}

class ProductClient extends WithIssues(ProductBaseClient, "/issues/product", PRODUCT_PATH) {}
class ProductClient
extends WithIssues(ProductBaseClient, "software/issues/product", PRODUCT_PATH) {}

export { ProductClient, SoftwareClient };

0 comments on commit 957e3f6

Please sign in to comment.