Skip to content

Commit fd4fca4

Browse files
authored
Merge pull request #2397 from Particular/john/remove-flag
Remove feature flag
2 parents 214a5fc + 3d13739 commit fd4fca4

20 files changed

+3276
-3969
lines changed

src/Frontend/env.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ declare global {
1010
service_control_url: string;
1111
monitoring_urls: string[];
1212
showPendingRetry: boolean;
13-
showAllMessages: boolean;
1413
};
1514
}
1615
}

src/Frontend/package-lock.json

Lines changed: 274 additions & 282 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Frontend/public/mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* - Please do NOT serve this file on production.
99
*/
1010

11-
const PACKAGE_VERSION = '2.7.5'
11+
const PACKAGE_VERSION = '2.7.6'
1212
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
1313
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
1414
const activeClientIds = new Set()

0 commit comments

Comments
 (0)