Skip to content

Commit

Permalink
DOP-4356 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 8, 2024
1 parent 920ddd3 commit f65fcb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/slack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class SlackConnector implements ISlackConnector {
reposToShow.push(opt);
});

// THis is the limitation enforced by slack as no more 100 items are allowd in the dropdown
// This is the limitation enforced by slack as no more 100 items are allowd in the dropdown
//Sort the list so that any inactive versions are at the end and will be truncated if any items must be truncated
//'[ERROR] no more than 100 items allowed [json-pointer:/view/blocks/0/element/options]'

Expand Down
1 change: 0 additions & 1 deletion tests/unit/api/slack.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jest.mock('../../../src/repositories/docsetsRepository', () => ({
jest.mock('config');

describe('Slack API Controller Tests', () => {
console.log('hello');
const mockEntitlement = {
email: '[email protected]',
github_username: 'test.user',
Expand Down

0 comments on commit f65fcb0

Please sign in to comment.