fix(core): update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user