From 752b34b95d7e01080b095587700410c29c82f9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Sat, 6 Jan 2024 17:55:56 +0300 Subject: [PATCH] d --- Modules/MeetupIdX/src/MeetupId.Generated.swift | 1 + Utilities/platform/2/templates/file | 1 + 2 files changed, 2 insertions(+) diff --git a/Modules/MeetupIdX/src/MeetupId.Generated.swift b/Modules/MeetupIdX/src/MeetupId.Generated.swift index fe97d5c..c553900 100644 --- a/Modules/MeetupIdX/src/MeetupId.Generated.swift +++ b/Modules/MeetupIdX/src/MeetupId.Generated.swift @@ -47,6 +47,7 @@ extension MeetupId { let ctrl = Controller() let world: World + var any = [Any]() var subscriptions = [AnyCancellable]() static private(set) weak var singleton: Service? diff --git a/Utilities/platform/2/templates/file b/Utilities/platform/2/templates/file index fcc6ba2..7f89900 100644 --- a/Utilities/platform/2/templates/file +++ b/Utilities/platform/2/templates/file @@ -36,6 +36,7 @@ extension %MODULE% { let ctrl = Controller() let world: World %SERVICE_CORE% + var any = [Any]() var subscriptions = [AnyCancellable]() static private(set) weak var singleton: Service?