fix(workflow): Corrected Docker image references and package scope in YAML workflows for compatibility.
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import * as plugins from './plugins.js';
|
||||
import * as helpers from './helpers.js';
|
||||
|
||||
export interface IPdfServiceConstructorOptions {
|
||||
|
||||
}
|
||||
export interface IPdfServiceConstructorOptions {}
|
||||
|
||||
/**
|
||||
* a pdf service for generating pdfs
|
||||
@@ -44,8 +42,8 @@ export class PdfService {
|
||||
* creates an letter
|
||||
*/
|
||||
public async createPdfFromLetterObject(optionsArg: {
|
||||
letterData: plugins.tsclass.business.ILetter,
|
||||
documentSettings: plugins.shared.interfaces.IDocumentSettings
|
||||
letterData: plugins.tsclass.business.ILetter;
|
||||
documentSettings: plugins.shared.interfaces.IDocumentSettings;
|
||||
}) {
|
||||
const html = `
|
||||
<script type="module">
|
||||
|
Reference in New Issue
Block a user