Merge branch 'develop' of bitbucket.org:jamkazam/jam-cloud into develop

This commit is contained in:
Nuwan 2024-08-15 13:55:43 +05:30
commit 3945e97319
1 changed files with 0 additions and 7 deletions

View File

@ -514,13 +514,6 @@ export const markMixdownActive = options => {
});
}
export const getAppFeatures = (env) => {
return new Promise((resolve, reject) => {
apiFetch(`/app_features?env=${env}`)
.then(response => resolve(response))
.catch(error => reject(error));
});
}
export const createMixdown = options => {
return new Promise((resolve, reject) => {
apiFetch(`/mixdowns`, {