Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alissa Renz <alissa.renz@gmail.com>
  • Loading branch information
WilliamBergamin and misscoded authored Aug 22, 2024
1 parent 52d2c36 commit 2780803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const app = new App({
logLevel: LogLevel.DEBUG,
});

/** Sample Step Listener */
/** Sample Function Listener */
app.function('sample_step', async ({ client, inputs, fail }) => {
try {
const { user_id } = inputs;
Expand Down

0 comments on commit 2780803

Please sign in to comment.