Skip to content

Commit

Permalink
Compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Jul 14, 2024
1 parent 94a963d commit d348df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/dynamodb/dynamodb.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func Load(cfg config.DynamoDB) (sources.Source, bool, error) {
cfg: &cfg,
storage: offsets.NewStorage(cfg.OffsetFile, nil, nil),
streams: dynamodbstreams.NewFromConfig(_awsCfg),
shardChan: make(chan *types.Shard),
shardChan: make(chan types.Shard),
}, true, nil
}
}

0 comments on commit d348df7

Please sign in to comment.