Skip to content

Commit a73bf0c

Browse files
committed
skip initial config for now
1 parent 159df11 commit a73bf0c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/i-client-config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,7 @@ export type IApiOptions = {
166166
*/
167167
updateOnFetch?: ServingStoreUpdateStrategy;
168168

169-
/**
170-
* A configuration string to bootstrap the client without having to make a network fetch.
171-
*/
172-
initialConfiguration: string;
169+
// TODO: Add initial config (stringified IConfigurationWire) here.
173170
};
174171

175172

0 commit comments

Comments
 (0)