Skip to content

Commit

Permalink
refactor: standard code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Jun 7, 2023
1 parent a0b0f66 commit b7a60d6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

class Heartbeat {
async run (event, context) {
const heartbeat = {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

class AwaitingHumanInput {
run (event, context) {
context.sendTaskSuccess()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

class Success {
run (event, context) {
context.sendTaskSuccess('Yes boys!')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

class AwaitingHumanInput {
run (event, context) {
context.sendTaskSuccess()
Expand Down

0 comments on commit b7a60d6

Please sign in to comment.