add Jo image, add coins with update and add incentives
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-01-03 19:52:51 +01:00
parent 125f6b80d8
commit 0e91cb0ac8
9 changed files with 89 additions and 11 deletions

View File

@ -20,7 +20,7 @@ const titles = [
for (let i = 0; i < count; i++) {
List.push(Mock.mock({
id: i * 5 + 5,
timestamp: +Mock.Random.date('T'),
timestamp: new Date().setDate(20),
author: '@first',
reviewer: '@first',
title: titles[i],