Files
companion-module-streamer.b…/upgrades.js
2024-01-25 17:13:10 -05: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: [],
// }
// },
]