2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

fix: Remove non-existent method

This commit is contained in:
Faris Ansari 2019-12-10 01:28:33 +05:30
parent bdd470fd93
commit ced079c9cb

View File

@ -50,6 +50,5 @@ async function handlePDFRequest(req, res) {
module.exports = {
makePDF,
setupExpressRoute,
getPDFForElectron
setupExpressRoute
};