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 742e7c7 commit 3b14a9fCopy full SHA for 3b14a9f
packages/transaction-pay-controller/src/strategy/relay/relay-quotes.ts
@@ -294,9 +294,8 @@ function getFeatureFlags(messenger: TransactionPayControllerMessenger) {
294
'RemoteFeatureFlagController:getState',
295
);
296
297
- const featureFlags = featureFlagState.remoteFeatureFlags?.confirmations_pay as
298
- | Record<string, string>
299
- | undefined;
+ const featureFlags = featureFlagState.remoteFeatureFlags
+ ?.confirmations_pay as Record<string, string> | undefined;
300
301
const relayQuoteUrl = featureFlags?.relayQuoteUrl ?? RELAY_URL_QUOTE;
302
0 commit comments