mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
fix: specs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user