Files
companion-module-voicemod/upgrades.js
2023-10-30 20:36:51 -04:00

14 lines
270 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: [],
// }
// },
]