From 342481fed1c016ee7caba712f317b83bd89ad27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=20Audrey=20=E2=9C=A8?= Date: Fri, 21 Mar 2025 00:13:18 -0400 Subject: [PATCH] came here to typecheck and chew bubble gum and I am all out of gum --- libs/common/src/tools/achievements/examples/user-events.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libs/common/src/tools/achievements/examples/user-events.ts b/libs/common/src/tools/achievements/examples/user-events.ts index 111388a02dd..58f7d50d0c4 100644 --- a/libs/common/src/tools/achievements/examples/user-events.ts +++ b/libs/common/src/tools/achievements/examples/user-events.ts @@ -19,7 +19,6 @@ const ItemAddedEvent: UserActionEvent = { name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "vault-item-added", @@ -45,7 +44,6 @@ const itemUpdated$: Observable = of({ name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "vault-item-updated", @@ -69,7 +67,6 @@ const itemDeleted$: Observable = of({ name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "vault-item-removed", @@ -94,7 +91,6 @@ const itemMovedToCollection$: Observable = of( name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "vault-item-moved", @@ -117,7 +113,6 @@ const itemMovedToCollection$: Observable = of( name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "vault-item-moved", @@ -142,7 +137,6 @@ const sendAdded$: Observable = of({ name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "send-item-added", @@ -165,7 +159,6 @@ const credentialGenerated$: Observable = of({ name: "extension", type: "client", node: { name: "commotion-amused-rinse-trivial-sadly" }, - environment: "production", version: "2025.3.1-innovation-sprint", }, action: "credential-generated",