fix(core): update
This commit is contained in:
@@ -30,7 +30,7 @@ export class SmartBrowser {
|
||||
* create a pdf from page
|
||||
* @param urlArg
|
||||
*/
|
||||
public async pdfFromPage(urlArg: string) {
|
||||
public async pdfFromPage(urlArg: string): Promise<plugins.smartpdf.IPdf> {
|
||||
const result = await this.smartpdf.getFullWebsiteAsSinglePdf(urlArg);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user