1
0
Fork 0
mirror of synced 2024-06-29 03:20:34 +12:00
This commit is contained in:
mike12345567 2021-06-18 18:34:58 +01:00
parent 347b2abf4f
commit 9afd7fb57a

View file

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