chore: format

This commit is contained in:
Timothy Jaeryang Baek
2026-02-11 16:24:11 -06:00
parent 89fddcc741
commit f376d4f378
202 changed files with 8328 additions and 2046 deletions
@@ -28,14 +28,11 @@
return;
}
const res = await createNewKnowledge(
localStorage.token,
name,
description,
accessGrants
).catch((e) => {
toast.error(`${e}`);
});
const res = await createNewKnowledge(localStorage.token, name, description, accessGrants).catch(
(e) => {
toast.error(`${e}`);
}
);
if (res) {
toast.success($i18n.t('Knowledge created successfully.'));