We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fe70c commit 6e92516Copy full SHA for 6e92516
packages/shared/sdk-client/src/configuration/Configuration.ts
@@ -72,7 +72,7 @@ export default class ConfigurationImpl implements Configuration {
72
public readonly logger: LDLogger = createSafeLogger();
73
74
// Naming conventions is not followed for these lines because the config validation
75
- // accesses members based on the keys of the options.
+ // accesses members based on the keys of the options. (sdk-763)
76
// eslint-disable-next-line @typescript-eslint/naming-convention
77
private readonly baseUri = DEFAULT_POLLING;
78
0 commit comments