Skip to content

Commit fc1a8c6

Browse files
omkar-devomkar-till
authored andcommitted
fix: update interface value
Signed-off-by: omkar-till <omkar@tillpos.com.au>
1 parent e0005f2 commit fc1a8c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type WriteAPI interface {
2929

3030
type TransactionAPI interface {
3131
TransactPutItems(ctx context.Context, items []*TransactPutItemsInput) error
32-
TransactItems(ctx context.Context, items []*TransactPutItemsInput) error
32+
TransactItems(ctx context.Context, input []types.TransactWriteItem) error
3333
}
3434

3535
type ReadAPI interface {

0 commit comments

Comments
 (0)