From 003ea0452ea2893681f8528dfc6d596f29c1fb92 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 15 Jul 2025 17:43:13 -0400 Subject: [PATCH] chore: testing protocol change (#3221) --- .../lib/src/messages/create_app/create_app_request.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_code_push_protocol/lib/src/messages/create_app/create_app_request.dart b/packages/shorebird_code_push_protocol/lib/src/messages/create_app/create_app_request.dart index 96ea66aa..f2a67156 100644 --- a/packages/shorebird_code_push_protocol/lib/src/messages/create_app/create_app_request.dart +++ b/packages/shorebird_code_push_protocol/lib/src/messages/create_app/create_app_request.dart @@ -23,6 +23,6 @@ class CreateAppRequest { /// The display name of the app. final String displayName; - /// The id of organization that this app will belong to. + /// The id of organization that this app will belong to. asdf final int organizationId; }