Skip to content

Commit f37c913

Browse files
committed
feat: something is wrong console
1 parent 54b2b95 commit f37c913

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libraries/helpers/src/utils/concurrency.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const concurrency = async <T>(
3939
}
4040
);
4141
} catch (err) {
42+
console.log(err);
4243
throw new BadBody(
4344
identifier,
4445
JSON.stringify({}),

libraries/nestjs-libraries/src/integrations/social/threads.provider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { capitalize, chunk } from 'lodash';
1313
import { Plug } from '@gitroom/helpers/decorators/plug.decorator';
1414
import { Integration } from '@prisma/client';
1515
import { stripHtmlValidation } from '@gitroom/helpers/utils/strip.html.validation';
16-
import { TwitterApi } from 'twitter-api-v2';
1716

1817
export class ThreadsProvider extends SocialAbstract implements SocialProvider {
1918
identifier = 'threads';

0 commit comments

Comments
 (0)