Skip to content

Commit 2600bde

Browse files
Update examples/snippets/event-handler/appsync-graphql/exceptionHandling.ts
Co-authored-by: Andrea Amorosi <[email protected]>
1 parent d7463c5 commit 2600bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/snippets/event-handler/appsync-graphql/exceptionHandling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app.exceptionHandler(AssertionError, async (error) => {
1919

2020
app.onQuery('createSomething', async () => {
2121
throw new AssertionError({
22-
message: 'This is an assertion Error',
22+
message: 'This is an assertion error',
2323
});
2424
});
2525

0 commit comments

Comments
 (0)