Skip to content

Commit 775ce75

Browse files
author
amazon-meaisiah
committed
Drop a period
1 parent d52650d commit 775ce75

File tree

1 file changed

+1
-1
lines changed
  • lambdas/cognito-user-migration-trigger

1 file changed

+1
-1
lines changed

lambdas/cognito-user-migration-trigger/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ exports.handler = async (event) => {
6767
if (e.code === 'InvalidParameterException') throw new Error('Invalid parameter')
6868
if (e.code === 'TooManyRequestsException') throw new Error('Too many requests')
6969
console.error(e)
70-
throw new Error('Internal error occurred.')
70+
throw new Error('Internal error occurred')
7171
}),
7272
authReq
7373
])

0 commit comments

Comments
 (0)