Skip to content

Commit 959485e

Browse files
committed
fix when else branch missing
1 parent 2f6344b commit 959485e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/main/java/com/segment/analytics/kotlin/destinations/amplitude/AmplitudeSession.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class AmplitudeSession (sessionTimeoutMs : Long = 300000) : Plugin, VersionedPlu
6262
is AliasEvent -> {
6363
result = alias(result)
6464
}
65+
else -> {}
6566
}
6667
return result
6768
}

0 commit comments

Comments
 (0)