You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maintenance/seed-data.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -547,7 +547,7 @@ export function getDataToSeed(): AnyEntity[] {
547
547
548
548
constvueJsCourse=newMeetupEntity({
549
549
title: 'VueJS Course',
550
-
date: newDate('2020-06-08').toISOString(),
550
+
date: newDate('2020-06-15').toISOString(),
551
551
place: 'learn.javascript.ru',
552
552
description:
553
553
'Vue.js - прагматичный JavaScript фреймворк, использующийся как для постепенной миграции проектов, так и для разработки современных SPA приложений.\n'+
0 commit comments