Skip to content

Commit

Permalink
Merge pull request #1477 from sparrowapp-dev/development
Browse files Browse the repository at this point in the history
fix: shadow PR for pipeline run - V2.6.0
  • Loading branch information
itsmdasifraza authored Aug 30, 2024
2 parents 1c5d102 + 1e312a6 commit 69f210f
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 69f210f

Please sign in to comment.