This commit is contained in:
kraken 2024-08-03 22:50:29 +05:30
parent 37a0b05352
commit 492f1afcef

View file

@ -195,7 +195,7 @@ export const deleteSpace = async (id: number) => {
} catch (e) {
console.log(e);
}
}
};
export const createMemory = async (input: {
content: string;