We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10ed12e + 737fa83 commit 217d957Copy full SHA for 217d957
1 file changed
lib/node/node.ts
@@ -274,13 +274,6 @@ export abstract class Node {
274
return isDavResource(this.source, this._knownDavService)
275
}
276
277
- /**
278
- * @deprecated use `isDavResource` instead - will be removed in next major version.
279
- */
280
- get isDavRessource(): boolean {
281
- return this.isDavResource
282
- }
283
-
284
/**
285
* Get the dav root of this object
286
* There is no setter as the root is not meant to be changed
0 commit comments