Skip to content

Commit

Permalink
fix: change BmsType path to bms.type (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored May 24, 2024
1 parent 0f56699 commit 2c56d9b
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 @@ -833,7 +833,7 @@ module.exports = function (app, options, state, putRegistrar) {
},
'/Bms/BmsType': {
path: m => {
return makePath(m, `${m.instanceName}.bms.BmsType`)
return makePath(m, `${m.instanceName}.bms.type`)
}
},
'/Bms/Error': {
Expand Down

0 comments on commit 2c56d9b

Please sign in to comment.