From 8f4b46f80ce7210e101584ae59fd835257f41d00 Mon Sep 17 00:00:00 2001 From: Ralf Hauser Date: Sun, 15 Dec 2019 07:59:34 +0100 Subject: [PATCH] https://github.com/water-fountains/proximap/issues/320 --- src/app/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/types.ts b/src/app/types.ts index ea789046..194d511c 100644 --- a/src/app/types.ts +++ b/src/app/types.ts @@ -72,6 +72,7 @@ export interface DataIssue { level: string; message: string; type: string; + timeStamp: Date; // timeStamp: Date; #p320 todo context: { fountain_name: string;