feat: something is wrong console

This commit is contained in:
Nevo David 2025-08-12 22:59:34 +07:00
parent 54b2b95cf3
commit f37c913943
2 changed files with 1 additions and 1 deletions

View File

@ -39,6 +39,7 @@ export const concurrency = async <T>(
}
);
} catch (err) {
console.log(err);
throw new BadBody(
identifier,
JSON.stringify({}),

View File

@ -13,7 +13,6 @@ import { capitalize, chunk } from 'lodash';
import { Plug } from '@gitroom/helpers/decorators/plug.decorator';
import { Integration } from '@prisma/client';
import { stripHtmlValidation } from '@gitroom/helpers/utils/strip.html.validation';
import { TwitterApi } from 'twitter-api-v2';
export class ThreadsProvider extends SocialAbstract implements SocialProvider {
identifier = 'threads';