Skip to content

Commit

Permalink
fix: change BmsExpected path to bms.expected (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored May 24, 2024
1 parent 9db9f49 commit 61af423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venusToDeltas.js
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ module.exports = function (app, options, state, putRegistrar) {
},
'/Bms/BmsExpected': {
path: m => {
return makePath(m, `${m.instanceName}.bms.bmsExpected`)
return makePath(m, `${m.instanceName}.bms.expected`)
}
},
'/Bms/BmsType': {
Expand Down

0 comments on commit 61af423

Please sign in to comment.