Skip to content

Commit 326587e

Browse files
committed
refactor: remove unnecessary blank line in AppSyncGraphQLResolver
1 parent 55c125d commit 326587e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ class AppSyncGraphQLResolver extends Router {
160160
);
161161
return;
162162
}
163-
164163
return this.#withErrorHandling(
165164
() => this.#executeBatchResolvers(event, context, options),
166165
event[0],

0 commit comments

Comments
 (0)