File tree 1 file changed +2
-2
lines changed
packages/remote-config/src 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ export function getValue(remoteConfig: RemoteConfig, key: string): Value {
256
256
if ( ! rc . _isInitializationComplete ) {
257
257
rc . _logger . debug (
258
258
`A value was requested for key "${ key } " before SDK initialization completed.` +
259
- ' Await on ensureInitialized if the intent was to get a previously activated value.'
259
+ ' Await on ensureInitialized if the intent was to get a previously activated value.'
260
260
) ;
261
261
}
262
262
const activeConfig = rc . _storageCache . getActiveConfig ( ) ;
@@ -267,7 +267,7 @@ export function getValue(remoteConfig: RemoteConfig, key: string): Value {
267
267
}
268
268
rc . _logger . debug (
269
269
`Returning static value for key "${ key } ".` +
270
- ' Define a default or remote value if this is unintentional.'
270
+ ' Define a default or remote value if this is unintentional.'
271
271
) ;
272
272
return new ValueImpl ( 'static' ) ;
273
273
}
You can’t perform that action at this time.
0 commit comments