feat: something is wrong console
This commit is contained in:
parent
54b2b95cf3
commit
f37c913943
|
|
@ -39,6 +39,7 @@ export const concurrency = async <T>(
|
|||
}
|
||||
);
|
||||
} catch (err) {
|
||||
console.log(err);
|
||||
throw new BadBody(
|
||||
identifier,
|
||||
JSON.stringify({}),
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue