Fixed UNUSED_PARAMETER in FirebaseHelper

This commit is contained in:
Sad Ellie 2022-07-31 19:05:28 +03:00
parent 1fa59b7fc3
commit 44060aa7e2

View File

@ -34,5 +34,6 @@ class FirebaseHelper {
/** /**
* Methods that doesn't actually send exceptions. * Methods that doesn't actually send exceptions.
*/ */
@Suppress("UNUSED_PARAMETER")
fun recordException(e: Exception) {} fun recordException(e: Exception) {}
} }