We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31c4ef commit 4cdee2fCopy full SHA for 4cdee2f
src/handlers/me/articles/fraud/create/me_articles_fraud_create.py
@@ -40,7 +40,6 @@ def exec_main_proc(self):
40
article_fraud_user_table = self.dynamodb.Table(os.environ['ARTICLE_FRAUD_USER_TABLE_NAME'])
41
self.__create_article_fraud_user(article_fraud_user_table)
42
except ClientError as e:
43
- print(e)
44
if e.response['Error']['Code'] == 'ConditionalCheckFailedException':
45
return {
46
'statusCode': 400,
0 commit comments