revert: whitespace changes

This commit is contained in:
Torsten Dittmann
2023-10-04 16:10:40 +02:00
parent 892acff031
commit 717e6f4d44

View File

@@ -166,7 +166,7 @@ const specs = import.meta.glob(
async function getSpec(version: string, platform: string) {
const isClient = platform.startsWith('client-');
const isServer = platform.startsWith('server-');
const target = `/node_modules/@appwrite.io/repo/app/config/specs/open-api3-${version}-${
const target = `/node_modules/@appwrite.io/repo/app/config/specs/open-api3-${version}-${
isServer ? 'server' : isClient ? 'client' : 'console'
}.json`;
return specs[target]();
@@ -273,7 +273,6 @@ export async function getService(
if (!(path in examples)) {
continue;
}
data.methods.push({
id: operation['x-appwrite'].method,
demo: await examples[path](),