We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd453ff commit 3504f6cCopy full SHA for 3504f6c
1 file changed
kotlin/services/dynamodb/src/main/kotlin/com/kotlin/dynamodb/PutItem.kt
@@ -63,8 +63,7 @@ suspend fun putItemInTable(
63
awards: String,
64
awardVal: String,
65
songTitle: String,
66
- songTitleVal: String
67
-) {
+ songTitleVal: String) {
68
val itemValues = mutableMapOf<String, AttributeValue>()
69
70
// Add all content to the table.
0 commit comments