瀏覽代碼

changed circuit2 date.

Tomi Cvetic 5 年之前
父節點
當前提交
c62349ef92
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/circuit2.ts

+ 2 - 2
frontend/circuit2.ts

@@ -10,8 +10,8 @@ const data: { trainings: ITraining[]; polls: any } = {
         name: 'HIIT',
         description: 'High intensity interval training.',
       },
-      createdAt: '2020-04-14T21:13:43.284Z',
-      trainingDate: '2020-04-15T09:45:00.000Z',
+      createdAt: '2020-04-21T21:13:43.284Z',
+      trainingDate: '2020-04-22T09:45:00.000Z',
       location: 'At home',
       registrations: [],
       attendance: 0,