Fix icons

This commit is contained in:
Vincent (Wen Yu) Ge
2024-02-25 22:38:02 -05:00
parent 5d350e93b7
commit 98ac516f6c
5 changed files with 22 additions and 40 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;
}