Skip to content

Commit 626fc69

Browse files
Adam GoughAdam Gough
authored andcommitted
test
1 parent e4e2a8b commit 626fc69

3 files changed

Lines changed: 5 additions & 46 deletions

File tree

apps/sim/executor/handlers/trigger/trigger-handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export class TriggerBlockHandler implements BlockHandler {
6464
}
6565
}
6666

67+
6768
// Extract the flattened properties that should be at root level (non-GitHub)
6869
const result: any = {
6970
// Always keep the input at root level

apps/sim/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"@opentelemetry/resources": "^2.0.0",
4646
"@opentelemetry/sdk-node": "^0.200.0",
4747
"@opentelemetry/sdk-trace-web": "^2.0.0",
48-
"@opentelemetry/semantic-conventions": "^1.32.0",
48+
"@opentelemetry/core": "^2.0.1",
49+
"@opentelemetry/semantic-conventions": "^1.34.0",
4950
"@radix-ui/react-alert-dialog": "^1.1.5",
5051
"@radix-ui/react-avatar": "1.1.10",
5152
"@radix-ui/react-checkbox": "^1.1.3",

0 commit comments

Comments
 (0)