From ac306daca9703f4f8302b36fb0293810e3d08d0f Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 16 Sep 2026 06:49:01 -0700 Subject: [PATCH] Removing strict typo --- psf-memo-client/src/services/post-links.js | 2 -- psf-memo-client/src/services/profile-wallet.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/psf-memo-client/src/services/post-links.js b/psf-memo-client/src/services/post-links.js index 5f4ed9f..4837298 100644 --- a/psf-memo-client/src/services/post-links.js +++ b/psf-memo-client/src/services/post-links.js @@ -6,8 +6,6 @@ tested directly and reused by the UI and acceptance adapters. */ -'use strict' - // Strip trailing punctuation that is never part of a link. const TRAILING_PUNCTUATION_RE = /[.,;:!?)\]]+$/ diff --git a/psf-memo-client/src/services/profile-wallet.js b/psf-memo-client/src/services/profile-wallet.js index c37259d..6c925e9 100644 --- a/psf-memo-client/src/services/profile-wallet.js +++ b/psf-memo-client/src/services/profile-wallet.js @@ -8,8 +8,6 @@ address becomes available. */ -'use strict' - function getViewerAddress (appData) { return appData?.bchWalletState?.cashAddress || appData?.wallet?.walletInfo?.cashAddress ||