fix: Add missing semicolon

This commit is contained in:
deepeshgarg007 2019-12-06 19:59:54 +05:30
parent ad53649f41
commit 99309229bc

View File

@ -73,7 +73,7 @@ frappe.query_reports["GSTR-1"] = {
open_url_post(frappe.request.url, args); open_url_post(frappe.request.url, args);
} }
} }
}) });
}); });
} }
} }