Skip to content

Commit 3b14a9f

Browse files
committed
Fix linting
1 parent 742e7c7 commit 3b14a9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/transaction-pay-controller/src/strategy/relay/relay-quotes.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,8 @@ function getFeatureFlags(messenger: TransactionPayControllerMessenger) {
294294
'RemoteFeatureFlagController:getState',
295295
);
296296

297-
const featureFlags = featureFlagState.remoteFeatureFlags?.confirmations_pay as
298-
| Record<string, string>
299-
| undefined;
297+
const featureFlags = featureFlagState.remoteFeatureFlags
298+
?.confirmations_pay as Record<string, string> | undefined;
300299

301300
const relayQuoteUrl = featureFlags?.relayQuoteUrl ?? RELAY_URL_QUOTE;
302301

0 commit comments

Comments
 (0)