Skip to content

Commit 72e5195

Browse files
Comment
1 parent 39a6bb2 commit 72e5195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/exp/src/api/components.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export async function setOnlineComponentProvider(
9898
// The CredentialChangeListener of the online component provider takes
9999
// precedence over the offline component provider.
100100
firestore._setCredentialChangeListener(user =>
101-
// TODO(firestoreexp): This should be enqueue retryable.
101+
// TODO(firestoreexp): This should be enqueueRetryable.
102102
firestore._queue.enqueueAndForget(() =>
103103
onlineComponentProvider.remoteStore.handleCredentialChange(user)
104104
)

0 commit comments

Comments
 (0)