Skip to content

Commit 005223c

Browse files
Update api.txt.
1 parent 76567b4 commit 005223c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ package com.google.firebase.functions {
8585
method public long getTimeout();
8686
method public void setTimeout(long timeout, java.util.concurrent.TimeUnit units);
8787
method public org.reactivestreams.Publisher<com.google.firebase.functions.StreamResponse> stream();
88-
method public org.reactivestreams.Publisher<com.google.firebase.functions.StreamResponse> stream(Object? data);
88+
method public org.reactivestreams.Publisher<com.google.firebase.functions.StreamResponse> stream(Object? data = null);
8989
method public com.google.firebase.functions.HttpsCallableReference withTimeout(long timeout, java.util.concurrent.TimeUnit units);
9090
property public final long timeout;
9191
}

0 commit comments

Comments
 (0)