This commit is contained in:
mike12345567 2021-06-18 18:34:58 +01:00
parent 347b2abf4f
commit 9afd7fb57a
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@ module.exports.definition = {
module.exports.run = async function ({ inputs, appId }) { module.exports.run = async function ({ inputs, appId }) {
console.log(`App ${appId} - ${inputs.text}`) console.log(`App ${appId} - ${inputs.text}`)
} }