Skip to content

Commit

Permalink
default test
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-mitra committed Apr 19, 2021
1 parent 5eefbb6 commit e2528c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/code_3.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function transformEvent(events) {
return events;
}
6 changes: 6 additions & 0 deletions code/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"name": "action-T13_2",
"description": "action-T13_2",
"type": "transformation"
},
{
"file": "./code/code_3.js",
"name": "action-T13_3",
"description": "action-T13_3",
"type": "transformation"
}
]
}

0 comments on commit e2528c1

Please sign in to comment.