Commit 46a15679 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! Bug 31740: Remove some unnecessary RemoteSettings instances

Silence a too spammy error message until we fix this commit.
parent a6911739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -908,7 +908,7 @@ class TelemetryHandler {
   * @returns {Array | null} Returns an array of provider name and the provider information.
   */
  _getProviderInfoForURL(url) {
    return this._searchProviderInfo.find(info =>
    return this._searchProviderInfo?.find(info =>
      info.searchPageRegexp.test(url)
    );
  }