File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/remote-config/src Expand file tree Collapse file tree 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 {
256256 if ( ! rc . _isInitializationComplete ) {
257257 rc . _logger . debug (
258258 `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.'
260260 ) ;
261261 }
262262 const activeConfig = rc . _storageCache . getActiveConfig ( ) ;
@@ -267,7 +267,7 @@ export function getValue(remoteConfig: RemoteConfig, key: string): Value {
267267 }
268268 rc . _logger . debug (
269269 `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.'
271271 ) ;
272272 return new ValueImpl ( 'static' ) ;
273273}
You can’t perform that action at this time.
0 commit comments