Skip to content

Commit e8eb207

Browse files
authored
Merge pull request #1 from c9-org/feature/test-01
merge Feature/test 01
2 parents f90010d + 66fe7d1 commit e8eb207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def lambda_handler(event, context):
1010
if not event_type:
1111
return {
1212
'statusCode': 400,
13-
'body': 'Bad request. Event Type is required v5.'
13+
'body': 'Bad request. Event Type is required.'
1414
}
1515

1616
try:

0 commit comments

Comments
 (0)