Skip to content

Commit b2073ca

Browse files
Update packages/event-handler/src/appsync-graphql/AppSyncGraphQLResolver.ts
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent 2600bde commit b2073ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/event-handler/src/appsync-graphql/AppSyncGraphQLResolver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ class AppSyncGraphQLResolver extends Router {
201201
try {
202202
return await fn();
203203
} catch (error) {
204-
return await this.#handleError(
204+
return this.#handleError(
205205
error,
206206
`An error occurred in handler ${event.info.fieldName}`,
207207
options

0 commit comments

Comments
 (0)