Skip to content

Commit

Permalink
Daily removal of unused Flow suppressions
Browse files Browse the repository at this point in the history
Reviewed By: SamChou19815

Differential Revision: D56698237

fbshipit-source-id: d0645cf99e3a8b7bbc814dddd2a6062f06bca3d1
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Apr 29, 2024
1 parent 0ac2d3d commit 7c28323
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/shared/fbt.js
Expand Up @@ -176,7 +176,6 @@ function fbtCallsite(
// Append '1_' for appid's prepended to our i18n hash
// (see intl_get_application_id)
const stringID = '1_' + patternHash;
// $FlowFixMe[invalid-computed-prop]
if (overrides[stringID] != null && overrides[stringID] !== '') {
patternString = overrides[stringID];
FbtHooks.onTranslationOverride(patternHash);
Expand Down

0 comments on commit 7c28323

Please sign in to comment.