We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0bca78 commit c9d70a3Copy full SHA for c9d70a3
firebase-dataconnect/src/main/kotlin/com/google/firebase/dataconnect/core/FirebaseDataConnectImpl.kt
@@ -432,7 +432,7 @@ internal class FirebaseDataConnectImpl(
432
}
433
434
435
- // If the update "close job" was the one that we created, then start it!
+ // If the updated "close job" was the one that we created, then start it!
436
if (updatedCloseJob.ref === newCloseJob) {
437
newCloseJob.start()
438
0 commit comments