Semicolon

pull/1/head
KaKi87 2019-03-26 16:27:33 +01:00
parent 451b6e9963
commit 1537cb41a5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ module.exports = {
url: content['node']['display_url'],
type: content['node']['is_video'] ? 'video' : 'photo'
}))
})
});
break;
}
} catch(e){ throw new Error('Instagram parsing error'); }