mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-12-17 13:49:51 +01:00
Small fixes
This commit is contained in:
@@ -47,7 +47,6 @@ export default {
|
||||
}
|
||||
if (this.item.url) {
|
||||
let fetchedMessage = await this.downloadMessage(this.item.url);
|
||||
console.log("done");
|
||||
if (this.item.mapping) {
|
||||
fetchedMessage = this.mapRemoteMessage(fetchedMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user