docs: migrate guides to TSDoc references (#6100)

This commit is contained in:
Shahed Nasser
2024-01-22 18:38:35 +01:00
committed by GitHub
parent 85dad169bb
commit 4792c55226
980 changed files with 195537 additions and 160619 deletions
@@ -14,7 +14,7 @@ class LocalService extends AbstractFileService implements IFileService {
protected backendUrl_: string
constructor({}, options) {
super({}, options)
super(arguments[0], options)
this.uploadDir_ = options.upload_dir || "uploads"
this.backendUrl_ = options.backend_url || "http://localhost:9000"