This commit is contained in:
2026-08-26 15:31:25 +08:00
parent 0ac0dffce4
commit 59518f7b99
4 changed files with 12 additions and 8 deletions
-2
View File
@@ -32,8 +32,6 @@ export async function getUser(userId: string): Promise<User> {
DO NOTHING
RETURNING user_id, data
`;
}
export async function setUser(userId: string, data: User): Promise<void> {