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; }