From 40aa20e96f1045db2f1b902fcb2c4156e98e35cf Mon Sep 17 00:00:00 2001 From: Richard Toth Date: Fri, 6 Jun 2025 16:54:26 +0200 Subject: [PATCH] 3.0.6 --- package.json | 2 +- src/interfaces/club.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index eb2aabc..06afde3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mtlsz/common", - "version": "3.0.5", + "version": "3.0.6", "description": "MTLSZ frontend packages", "main": "dist/index.ts", "types": "dist/index.d.ts", diff --git a/src/interfaces/club.ts b/src/interfaces/club.ts index eb3f373..5de9632 100644 --- a/src/interfaces/club.ts +++ b/src/interfaces/club.ts @@ -9,5 +9,5 @@ export interface Club { address?: string; phone?: string; active: boolean; - hasManager: boolean; + hasManager?: boolean; } \ No newline at end of file