We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6624b8b commit e9e7d5bCopy full SHA for e9e7d5b
developer/src/kmc-keyboard-info/src/index.ts
@@ -53,7 +53,7 @@ export interface KeyboardInfoSources {
53
kpsFilename: string;
54
55
/** Last modification date for files in the project folder 'YYYY-MM-DDThh:mm:ssZ' */
56
- lastCommitDate: string;
+ lastCommitDate?: string;
57
};
58
59
export class KeyboardInfoCompiler {
0 commit comments