Merge pull request #15268 from ramonlsouza/pr-15215-25
fix: some presentation slides are not loaded after conversion (2.5)
This commit is contained in:
commit
58c3f45518
@ -10,7 +10,7 @@ const getSlideText = async (url) => {
|
||||
let content = '';
|
||||
try {
|
||||
const request = await axios(url);
|
||||
content = request.data;
|
||||
content = request.data.toString();
|
||||
} catch (error) {
|
||||
Logger.error(`No file found. ${error}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user