Skip to content

Commit 56abcaa

Browse files
author
kasem-sm
committed
Fix compilation err
1 parent 073bf36 commit 56abcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-api/src/main/java/kasem/sm/auth_api/ObserveAuthState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import kotlinx.coroutines.flow.Flow
1111
class ObserveAuthState @Inject constructor(
1212
private val authManager: AuthManager
1313
) : ObserverInteractor<Unit, AuthState>() {
14-
override suspend fun execute(params: Unit): Flow<AuthState> {
14+
override fun execute(params: Unit): Flow<AuthState> {
1515
return authManager.state
1616
}
1717
}

0 commit comments

Comments
 (0)