Revert "chore: testing protocol change" (#3230)

This commit is contained in:
Bryan Oltman
2025-07-16 10:14:49 -04:00
committed by GitHub
parent 003ea0452e
commit b8d07720c6
@@ -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;
}