From 11c5971b9e31b740d4899136ab036b851139a851 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Tue, 30 May 2017 17:29:06 +0200 Subject: [PATCH] added type to mock items --- src/backend/items.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/backend/items.ts b/src/backend/items.ts index dc155ff98c..80690132bd 100644 --- a/src/backend/items.ts +++ b/src/backend/items.ts @@ -23,6 +23,7 @@ export const ITEMS = [ }, "id": "8871", "uuid": "21539b1d-9ef1-4eda-9c77-49565b5bfb78", + "type": "item", "name": "Do Open-Access Articles Have a Greater Research Impact?", "handle": "123456789/8871", "lastModified": "2016-10-14 10:41:12.886", @@ -115,6 +116,7 @@ export const ITEMS = [ }, "id": "9978", "uuid": "be8325f7-243b-49f4-8a4b-df2b793ff3b5", + "type": "item", "name": "Another Test Item", "handle": "123456789/9978", "lastModified": "2016-05-27 03:00:20.063",