fix: specs

This commit is contained in:
Torsten Dittmann
2024-02-26 13:11:43 +01:00
parent 802792c53d
commit 0490283409
40 changed files with 704 additions and 704 deletions

View File

@@ -234,7 +234,7 @@ export async function getService(
};
const examples = getExamples(version);
if (!examples) {
return data;
}
@@ -302,7 +302,7 @@ export async function getService(
'rate-key': operation['x-appwrite']['rate-key']
});
}
console.log(data);
return data;
}