From 669936270d21ea59c34a798d445efd6a1f35a0ac Mon Sep 17 00:00:00 2001 From: Daniel Silva Date: Wed, 24 Apr 2024 13:34:55 +0200 Subject: [PATCH] prettier --- src/libs/fullstory/index.native.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/fullstory/index.native.ts b/src/libs/fullstory/index.native.ts index 2e097e5ec546..67d7c7f2fe90 100644 --- a/src/libs/fullstory/index.native.ts +++ b/src/libs/fullstory/index.native.ts @@ -25,7 +25,6 @@ const FS = { // We only use FullStory in production environment FullStory.consent(true); FS.fsIdentify(value); - } catch (e) { // error handler }