Fix tsc error
This commit is contained in:
@@ -79,6 +79,7 @@ const APP_METADATA_OBJECT: Record<AppMetadataKeys, undefined> = {
|
|||||||
shouldInformAboutMissingChapter: undefined,
|
shouldInformAboutMissingChapter: undefined,
|
||||||
shouldInformAboutScanlatorChange: undefined,
|
shouldInformAboutScanlatorChange: undefined,
|
||||||
hideHistory: undefined,
|
hideHistory: undefined,
|
||||||
|
scrollAmount: undefined,
|
||||||
};
|
};
|
||||||
|
|
||||||
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);
|
export const VALID_APP_METADATA_KEYS = Object.keys(APP_METADATA_OBJECT);
|
||||||
|
|||||||
Reference in New Issue
Block a user