feat(queries/getAutomatischInfo): add mation

This commit is contained in:
Ali BARIN
2023-12-12 17:37:27 +00:00
parent 77fbb0c9da
commit 70bb7defd1
5 changed files with 72 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const getAutomatischInfo = async () => {
return {
isCloud: appConfig.isCloud,
isMation: appConfig.isMation,
license: computedLicense,
};
};