Skip to content

Commit 810c276

Browse files
committed
set client options to optional
1 parent 01821c1 commit 810c276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export const setOptions: Options = {
104104
*
105105
* @param options the options for the client side application
106106
*/
107-
export function setup(options: Options) {
107+
export function setup(options: Partial<Options>) {
108108

109109
// merge the new options with the defaults
110110
Object.assign(setOptions, options);

0 commit comments

Comments
 (0)