Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-pope-customer-io committed Jan 8, 2024
1 parent 70bdab3 commit 6ef4963
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ object GistSdk : Application.ActivityLifecycleCallbacks {
val queueId = message.queueId

Check warning on line 149 in messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt

View check run for this annotation

Codecov / codecov/patch

messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt#L149

Added line #L149 was not covered by tests

if (shownMessageQueueIds.contains(queueId)) {
Log.i(GIST_TAG,"Duplicate message $queueId skipped")
Log.i(GIST_TAG, "Duplicate message $queueId skipped")

Check warning on line 152 in messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt

View check run for this annotation

Codecov / codecov/patch

messaginginapp/src/main/java/io/customer/messaginginapp/gist/presentation/GistSdk.kt#L152

Added line #L152 was not covered by tests
} else {
GlobalScope.launch {
try {
Expand Down

0 comments on commit 6ef4963

Please sign in to comment.