From 40ea3a23a70f947a6f471f227822abed9e541f74 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Thu, 22 Dec 2022 03:07:11 -0500 Subject: [PATCH] oops --- src/classes/Chapter.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/classes/Chapter.ts b/src/classes/Chapter.ts index 56ee18c..f5d080a 100644 --- a/src/classes/Chapter.ts +++ b/src/classes/Chapter.ts @@ -15,7 +15,7 @@ export default class Chapter { #summary!: string; #startNote!: string; #endNote!: string; - earlyName?: string; + earlyName?: Promise; id!: Promise; workID!: Promise; name!: Promise; @@ -32,6 +32,7 @@ export default class Chapter { get: (path: string) => Promise; }, DOMParser: DOMParser, + // deno-lint-ignore no-explicit-any extraInfo: Record, ) { this.#session = session;