Skip to content

Commit

Permalink
docs: more descriptive getResolvedRefString comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed May 26, 2021
1 parent ab4a3f2 commit d9ae04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ export class Client {
*
* 2. If a ref or a function that returns a ref is given at client instantiation via the `ref` configuration option, it will be returned. If a function is provided, it will be resolved before returning.
*
* 3. If any of the above methods return a falsy value, the master ref will be used.
* 3. If any of the above methods return a falsy value, the master ref will be used. If the master ref is used, it will be persisted for all future queries until overridden.
*/
private async getResolvedRefString(): Promise<string> {
if (this.autoPreviewsEnabled) {
Expand Down

0 comments on commit d9ae04b

Please sign in to comment.