Skip to content

Commit 3504f6c

Browse files
committed
fixed linter error
1 parent dd453ff commit 3504f6c

File tree

1 file changed

+1
-2
lines changed
  • kotlin/services/dynamodb/src/main/kotlin/com/kotlin/dynamodb

1 file changed

+1
-2
lines changed

kotlin/services/dynamodb/src/main/kotlin/com/kotlin/dynamodb/PutItem.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ suspend fun putItemInTable(
6363
awards: String,
6464
awardVal: String,
6565
songTitle: String,
66-
songTitleVal: String
67-
) {
66+
songTitleVal: String) {
6867
val itemValues = mutableMapOf<String, AttributeValue>()
6968

7069
// Add all content to the table.

0 commit comments

Comments
 (0)