Skip to content

Commit

Permalink
Fix missing ref
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed Apr 19, 2020
1 parent 2e6c3f8 commit 9930a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/interface/dav.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const xmlParser = require("fast-xml-parser");
const nestedProp = require("nested-property");
const { decodeHTMLEntities } = require("../encode.js");

function getPropertyOfType(obj, prop, type) {
const val = nestedProp.get(obj, prop);
Expand Down

0 comments on commit 9930a13

Please sign in to comment.