Skip to content

Commit 75c249f

Browse files
committed
test(github): remove the param-wiring suite
1 parent 75ec93a commit 75c249f

2 files changed

Lines changed: 1 addition & 346 deletions

File tree

apps/sim/blocks/blocks/github.param-wiring.test.ts

Lines changed: 0 additions & 345 deletions
This file was deleted.

apps/sim/blocks/blocks/github.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const REVIEWER_FIELD = ['reviewers', 'team_reviewers'] as const
1919
* its option id, so the value arrives as the string 'true'/'false' and the
2020
* generic handler only JSON-parses `json`/`array` inputs.
2121
*/
22-
export const GITHUB_PARAM_ALIASES: ReadonlyArray<{
22+
const GITHUB_PARAM_ALIASES: ReadonlyArray<{
2323
from: string
2424
to: string
2525
operations: readonly string[]

0 commit comments

Comments
 (0)