fix(core): update

This commit is contained in:
2024-04-24 18:14:57 +02:00
parent 2bee288dac
commit c9eb03dc31
4 changed files with 24 additions and 29 deletions

View File

@@ -12,8 +12,9 @@ export class WebDavExposeProvider extends ExposeProvider {
public webdavClient: plugins.smartwebdav.WebdavClient;
public options: IWebdavExposeProviderOptions;
constructor(optionsArg: IWebdavExposeProviderOptions) {
constructor(smartexposeRefArg: SmartExpose, optionsArg: IWebdavExposeProviderOptions) {
super();
this.smartExposeRef = smartexposeRefArg;
this.options = optionsArg;
}