Skip to content

Commit e9e7d5b

Browse files
committed
chore(developer): optional lastCommitDate
1 parent 6624b8b commit e9e7d5b

File tree

1 file changed

+1
-1
lines changed
  • developer/src/kmc-keyboard-info/src

1 file changed

+1
-1
lines changed

developer/src/kmc-keyboard-info/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface KeyboardInfoSources {
5353
kpsFilename: string;
5454

5555
/** Last modification date for files in the project folder 'YYYY-MM-DDThh:mm:ssZ' */
56-
lastCommitDate: string;
56+
lastCommitDate?: string;
5757
};
5858

5959
export class KeyboardInfoCompiler {

0 commit comments

Comments
 (0)