Compare commits
No commits in common. "abc7e9fd0541a418cd942e32abe43bcc653f3312" and "dabaa3d1e1530ae665b2b6ba3729efd8e378de97" have entirely different histories.
abc7e9fd05
...
dabaa3d1e1
@ -1608,7 +1608,6 @@ export type GetDeployedConfigQuery = {
|
||||
devMode: boolean;
|
||||
environment: string;
|
||||
firebase: boolean;
|
||||
minimumAllowedAppVersion: string;
|
||||
};
|
||||
};
|
||||
|
||||
@ -2280,7 +2279,6 @@ export const GetDeployedConfigDocument = gql`
|
||||
devMode
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
@ -4,6 +4,5 @@ query getDeployedConfig {
|
||||
devMode
|
||||
environment
|
||||
firebase
|
||||
minimumAllowedAppVersion
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user