Commit f3869e42 authored by nanahira's avatar nanahira

Update src/index.ts

parent 46f3bb5c
Pipeline #17703 failed with stages
in 39 seconds
......@@ -186,7 +186,7 @@ export default class PicsContainer
if (url.startsWith('base64://')) {
return Buffer.from(url.slice(9), 'base64');
}
const { data } this._http.file(url);
const { data } = this._http.file(url);
return data;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment