fix(big fix upgrade): upgrade multiple areas of the core functionalities
This commit is contained in:
@@ -34,4 +34,12 @@ export class Image extends plugins.smartdata.SmartDataDbDoc<Image, plugins.serve
|
||||
public async getStoragePath(versionStringArg: string) {
|
||||
return `${this.data.name}:${versionStringArg}`.replace('/', '__')
|
||||
}
|
||||
|
||||
public async getWriteStream() {
|
||||
|
||||
}
|
||||
|
||||
public async getReadStream() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user