From da6fd4bc83361570d4f7a9dcb3f2f9fa7ae578a2 Mon Sep 17 00:00:00 2001 From: Marc Velmer Date: Fri, 25 Oct 2024 10:41:48 +0200 Subject: [PATCH] Fixed lint --- src/types/election/unpublished.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/election/unpublished.ts b/src/types/election/unpublished.ts index af09a97..88a932c 100644 --- a/src/types/election/unpublished.ts +++ b/src/types/election/unpublished.ts @@ -115,7 +115,7 @@ export class UnpublishedElection extends Election { return { title: choice.title, value: choice.value, - meta: choice.meta, + meta: choice.meta, }; }), };