Compare commits

..

No commits in common. "abc7e9fd0541a418cd942e32abe43bcc653f3312" and "dabaa3d1e1530ae665b2b6ba3729efd8e378de97" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -1608,7 +1608,6 @@ export type GetDeployedConfigQuery = {
devMode: boolean; devMode: boolean;
environment: string; environment: string;
firebase: boolean; firebase: boolean;
minimumAllowedAppVersion: string;
}; };
}; };
@ -2280,7 +2279,6 @@ export const GetDeployedConfigDocument = gql`
devMode devMode
environment environment
firebase firebase
minimumAllowedAppVersion
} }
} }
`; `;

View File

@ -4,6 +4,5 @@ query getDeployedConfig {
devMode devMode
environment environment
firebase firebase
minimumAllowedAppVersion
} }
} }