From b8d07720c6c6200ff4495ec13e24858b9b3fb569 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 16 Jul 2025 10:14:49 -0400 Subject: [PATCH] Revert "chore: testing protocol change" (#3230) --- .../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 f2a67156..96ea66aa 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. asdf + /// The id of organization that this app will belong to. final int organizationId; }