Fix compile error
This commit is contained in:
@ -11,7 +11,6 @@ export class Media {
|
|||||||
this.map = new Map<string, IMediaData>();
|
this.map = new Map<string, IMediaData>();
|
||||||
}
|
}
|
||||||
|
|
||||||
private createMedia(key: string, relationshipsCount, dimensions, data: fs.ReadStream | Buffer, filePath?: string) {
|
|
||||||
public getMedia(key: string): IMediaData {
|
public getMedia(key: string): IMediaData {
|
||||||
const data = this.map.get(key);
|
const data = this.map.get(key);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user