Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Created May 2, 2020 12:05
Show Gist options
  • Save a7v8x/12592e0d4cd6e17a45672cc79b4b658d to your computer and use it in GitHub Desktop.
Save a7v8x/12592e0d4cd6e17a45672cc79b4b658d to your computer and use it in GitHub Desktop.
let tasks = [
{
id: '7e68efd1',
name: 'Test task',
completed: 0.0,
createdAt: '2017-10-06T14:54:54+00:00',
updatedAt: '2017-10-06T14:54:54+00:00',
taskPriority: 1,
progress: 55.5,
state: "badstate",
},
];
export default tasks;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment