add log back

This commit is contained in:
Peter Clement 2024-11-25 08:59:29 +00:00
parent 2a0487c829
commit 6a5c327085
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ export async function run({
inputs.text = JSON.stringify(inputs.text)
}
const message = `App ${appId} - ${inputs.text}`
console.log(message)
return {
success: true,
message,