oops
ci/woodpecker/push/woodpecker Pipeline was successful Details

master
Drake 1 year ago
parent 432e96ee2e
commit 40ea3a23a7

@ -15,7 +15,7 @@ export default class Chapter {
#summary!: string;
#startNote!: string;
#endNote!: string;
earlyName?: string;
earlyName?: Promise<string>;
id!: Promise<ID>;
workID!: Promise<ID>;
name!: Promise<string>;
@ -32,6 +32,7 @@ export default class Chapter {
get: (path: string) => Promise<Response>;
},
DOMParser: DOMParser,
// deno-lint-ignore no-explicit-any
extraInfo: Record<string, any>,
) {
this.#session = session;

Loading…
Cancel
Save