Skip to content

Commit

Permalink
Merge pull request #1476 from Astitva877/astitva/version-bump-V2.6.0
Browse files Browse the repository at this point in the history
fix: added comment for pipeling run []
  • Loading branch information
itsmdasifraza authored Aug 30, 2024
2 parents b8993d7 + b566a99 commit 1e312a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/@app/services/canny.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class CannyIoService {
return response;
};

// Fetches the list of categories available for a specific board.
// Fetches the list of categories available for a specific board from canny.
public listCategories = async (boardID: string) => {
const response = await makeRequest(
"POST",
Expand Down

0 comments on commit 1e312a6

Please sign in to comment.