From bb4bdd0d156ceac2757bacf69c545056164fb2e0 Mon Sep 17 00:00:00 2001 From: Marko Simon Date: Thu, 20 Oct 2022 16:40:04 +0200 Subject: [PATCH] fix for prettier Signed-off-by: Marko Simon --- plugins/ilert/src/api/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ilert/src/api/types.ts b/plugins/ilert/src/api/types.ts index 28a7cea7c0..959d7975ac 100644 --- a/plugins/ilert/src/api/types.ts +++ b/plugins/ilert/src/api/types.ts @@ -25,7 +25,7 @@ import { Schedule, Service, StatusPage, - User + User, } from '../types'; /** @public */