Skip to content

Commit a8a80ba

Browse files
Update autoGenerateFields.js
1 parent 432223d commit a8a80ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/autoGenerateFields.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ async function preFillFields(repoData, languages) {
257257

258258
currentDate.created = repoData.created_at;
259259
currentDate.lastModified = repoData.updated_at
260-
currentDate.metaDataLastUpdated = new Date().toISOString()
260+
currentDate.metadataLastUpdated = new Date().toISOString()
261261

262262
dateComp.setValue(currentDate)
263263
}
@@ -329,4 +329,4 @@ window.showErrorNotification = function (message) {
329329

330330
window.showSuccessNotification = function (message) {
331331
notificationSystem.success(message);
332-
};
332+
};

0 commit comments

Comments
 (0)