companion-module-pixap-pixt.../upgrades.js

14 lines
249 B
JavaScript

module.exports = [
/*
* Place your upgrade scripts here
* Remember that once it has been added it cannot be removed!
*/
function (context, props) {
return {
updatedConfig: null,
updatedActions: [],
updatedFeedbacks: [],
}
},
]