fix GSI output

This commit is contained in:
2026-02-17 10:44:56 -05:00
parent 12ba2e57d7
commit 64da021148
2 changed files with 10 additions and 1 deletions

View File

@@ -290,7 +290,7 @@ serialize_table_metadata :: proc(metadata: ^Table_Metadata) -> ([]byte, bool) {
}
strings.write_string(&gsi_builder, "]")
}
strings.write_string(&gsi_builder, "}")
strings.write_string(&gsi_builder, "}}")
}
strings.write_string(&gsi_builder, "]")