Skip to content

Commit b97957d

Browse files
Remove comment
1 parent 06634d2 commit b97957d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
if: failure()
5959
with:
6060
name: "Android Test Report HTML"
61-
path: "firebase-firestore/build/reports/tests/androidTests/"
61+
path: "firebase-firestore/build/reports/tests/androidTests/"

firebase-database/src/jsMain/kotlin/dev/gitlive/firebase/database/database.kt

-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ inline fun <R> rethrow(function: () -> R): R {
200200

201201
suspend fun <T> Promise<T>.awaitWhileOnline(): T = coroutineScope {
202202

203-
204203
val notConnected = Firebase.database
205204
.reference(".info/connected")
206205
.valueEvents

0 commit comments

Comments
 (0)