Skip to content

Commit

Permalink
fix: upgrade scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 15, 2023
1 parent 48acac6 commit 23d6932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bmd-smartview",
"version": "2.0.3",
"version": "2.0.4",
"main": "src/index.js",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/upgrades.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export function upgrade_v1_1_0(context, props) {
let updateActions = []
let upgradePass = (action) => {
switch (action.action) {
switch (action.actionId) {
case 'border':
if (action.options !== undefined && action.options.col !== undefined) {
action.options.val = action.options.col
Expand Down

0 comments on commit 23d6932

Please sign in to comment.