diff --git a/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/single-table-design/index.mdx b/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/single-table-design/index.mdx index 44c330b8901..3e01acee6d4 100644 --- a/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/single-table-design/index.mdx +++ b/src/pages/[platform]/build-a-backend/data/connect-to-existing-data-sources/single-table-design/index.mdx @@ -334,8 +334,8 @@ export function request(ctx) { query: { pk: `class-${classId}`, sk: "results", - index: "LocalSecondaryIndex", }, + index: "LocalSecondaryIndex", }); }