Skip to content

Commit

Permalink
fix: PUTs not working (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 authored Aug 6, 2023
1 parent 8c21783 commit e9999af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ module.exports = function (app) {
*/
plugin.start = function (options) {
var { toDelta, getKnownPaths } =
venusToDeltas(app, options,
venusToDeltas(app, options, {},
(path, m, converter) => {
app.registerActionHandler('vessels.self',
path,
Expand Down

0 comments on commit e9999af

Please sign in to comment.