Skip to content

Commit 75684b7

Browse files
committed
fix: update log message for graceful error handling flag
1 parent 6275b51 commit 75684b7

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
@@ -283,7 +283,7 @@ class AppSyncGraphQLResolver extends Router {
283283
): Promise<unknown[]> {
284284
const { aggregate, throwOnError } = options;
285285
this.logger.debug(
286-
`Aggregate flag aggregate=${aggregate} & Graceful error handling flag throwOnError=${throwOnError}`
286+
`Aggregate flag aggregate=${aggregate} & graceful error handling flag throwOnError=${throwOnError}`
287287
);
288288

289289
if (aggregate) {

0 commit comments

Comments
 (0)