Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-05-13 17:41:39 +02:00
parent 3839c2d9bc
commit 6f6ebd248f
+1 -1
View File
@@ -28,7 +28,7 @@ type ClientOptions = {
* An optional handler for connection errors emitted from the underlying data
* store.
*/
onError?: (err: Error) => void
onError?: (err: Error) => void;
};
/**