Skip to content

Commit 3f51200

Browse files
author
JoonWon Choi
committed
fix(logging): Fix unexpected behvior of bulkDelete action (#2772)
1 parent fd24c86 commit 3f51200

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aws-logging-cloudwatch/src/main/java/com/amplifyframework/logging/cloudwatch/db/CloudWatchLoggingDatabase.kt

-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ internal class CloudWatchLoggingDatabase(
9090
whereClause,
9191
eventIds.toTypedArray()
9292
)
93-
} else {
94-
9593
}
9694
}
9795

0 commit comments

Comments
 (0)