Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit f3ff2ef

Browse files
committed
nit
1 parent 86d7b5f commit f3ff2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/dynamodb/resource_providers/aws_dynamodb_globaltable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def create(
242242
if stream_spec := model.get("StreamSpecification"):
243243
create_params["StreamSpecification"] = {
244244
"StreamEnabled": True,
245-
**(stream_spec or {}),
245+
**stream_spec,
246246
}
247247

248248
creation_response = request.aws_client_factory.dynamodb.create_table(**create_params)

0 commit comments

Comments
 (0)