chore: testing protocol change (#3221)

This commit is contained in:
Bryan Oltman
2025-07-15 17:43:13 -04:00
committed by GitHub
parent a46b672696
commit 003ea0452e
@@ -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;
}