fix: various fixes and tweaks (#701)
This commit is contained in:
committed by
GitHub
parent
422b7798da
commit
364612e9ae
@ -169,7 +169,10 @@ export default class ProxyBackend implements BackendClass {
|
||||
async getMediaFile(path: string): Promise<ImplementationMediaFile> {
|
||||
const file = await this.request<MediaFile>({
|
||||
action: 'getMediaFile',
|
||||
params: { branch: this.branch, path },
|
||||
params: {
|
||||
branch: this.branch,
|
||||
path,
|
||||
},
|
||||
});
|
||||
return deserializeMediaFile(file);
|
||||
}
|
||||
|
Reference in New Issue
Block a user